From 711861fec55fed5ab8f9383838b144d743e5853a Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 2 Apr 2014 20:39:20 +0000 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20#include=20"llvm/Support/MachO.h?= =?utf8?q?=E2=80=9D=20as=20it=20isn=E2=80=99t=20needed=20here.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit llvm-svn: 205462 --- lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h index 75e9b9e..5085a07 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h @@ -17,8 +17,6 @@ #include // 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" -- 2.7.4