summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolVendor
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2014-02-02 14:06:07 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2014-02-02 14:06:07 +0000
commit46857ac8515ee60f1b3dca2fa4db09a5bb2b9e5b (patch)
treed5df3871daf5f5c0999843074c646b290d08e976 /lldb/source/Plugins/SymbolVendor
parent2a847960cbf57399101630aa1281e4a384e58b9b (diff)
Remove commented includes
Diffstat (limited to 'lldb/source/Plugins/SymbolVendor')
-rw-r--r--lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp b/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
index 6500aabdcea..a9f8f36e610 100644
--- a/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
+++ b/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
@@ -9,12 +9,8 @@
#include "SymbolVendorELF.h"
-//#include <libxml/parser.h>
-// #include <libxml/tree.h>
#include <string.h>
-// #include <AvailabilityMacros.h>
-
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"