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

lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h

index a99435fa32adf3548e979a4cbcd229c5b990d431..24f9cdb5c4025edab8942c3f464818ae94e92c19 100644 (file)
@@ -17,8 +17,6 @@
 #include <string>
 
 // Other libraries and framework includes
-#include "llvm/Support/MachO.h"
-
 #include "lldb/Target/DynamicLoader.h"
 #include "lldb/Host/FileSpec.h"
 #include "lldb/Core/UUID.h"