aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/install.rb')
-rwxr-xr-xLibrary/Homebrew/install.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb
index 75a63ac32..9509a56b8 100755
--- a/Library/Homebrew/install.rb
+++ b/Library/Homebrew/install.rb
@@ -1,8 +1,12 @@
#!/usr/bin/ruby
require 'global'
+
+require 'brew.h'
+require 'brewkit'
+require 'fileutils'
require 'formula'
+require 'hardware'
require 'keg'
-require 'brew.h'
show_summary_heading = false