Don’t #include "llvm/Support/MachO.h” as it isn’t needed here.
authorGreg Clayton <gclayton@apple.com>
Wed, 2 Apr 2014 20:39:20 +0000 (20:39 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 2 Apr 2014 20:39:20 +0000 (20:39 +0000)
llvm-svn: 205462

lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h

index 75e9b9e..5085a07 100644 (file)
@@ -17,8 +17,6 @@
 #include <string>
 
 // Other libraries and framework includes
-#include "llvm/Support/MachO.h"
-
 #include "lldb/Target/SystemRuntime.h"
 #include "lldb/Host/FileSpec.h"
 #include "lldb/Core/ConstString.h"