diff options
-rw-r--r-- | lldb/source/Host/macosx/Host.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Host/macosx/Host.mm b/lldb/source/Host/macosx/Host.mm index f4b8203ca6c..b495206eb6d 100644 --- a/lldb/source/Host/macosx/Host.mm +++ b/lldb/source/Host/macosx/Host.mm @@ -994,9 +994,6 @@ Host::GetOSKernelDescription (std::string &s) s.clear(); return false; } - -#include <libxml/parser.h> -#include <libxml/tree.h> bool Host::GetOSVersion |