aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/pathname.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os/mac/pathname.rb')
-rw-r--r--Library/Homebrew/os/mac/pathname.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Homebrew/os/mac/pathname.rb b/Library/Homebrew/os/mac/pathname.rb
index b76c4333a..9b65d7ac0 100644
--- a/Library/Homebrew/os/mac/pathname.rb
+++ b/Library/Homebrew/os/mac/pathname.rb
@@ -1,13 +1,5 @@
-require "os/mac/shared_mach"
+require "os/mac/mach"
class Pathname
- if !ENV["HOMEBREW_NO_RUBY_MACHO"]
- require "os/mac/ruby_mach"
- include RubyMachO
- else
- require "os/mac/cctools_mach"
- include CctoolsMachO
- end
-
- include SharedMachO
+ include MachO
end