[Lldb-commits] [lldb] r232059 - Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)

Ilia K ki.stfu at gmail.com
Thu Mar 12 10:05:18 PDT 2015


Author: ki.stfu
Date: Thu Mar 12 12:05:18 2015
New Revision: 232059

URL: http://llvm.org/viewvc/llvm-project?rev=232059&view=rev
Log:
Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated)


Modified:
    lldb/trunk/source/lldb.cpp

Modified: lldb/trunk/source/lldb.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb.cpp?rev=232059&r1=232058&r2=232059&view=diff
==============================================================================
--- lldb/trunk/source/lldb.cpp (original)
+++ lldb/trunk/source/lldb.cpp Thu Mar 12 12:05:18 2015
@@ -45,11 +45,9 @@
 #include "Plugins/Platform/Android/PlatformAndroid.h"
 #include "Plugins/Platform/FreeBSD/PlatformFreeBSD.h"
 #include "Plugins/Platform/Linux/PlatformLinux.h"
-#include "Plugins/Platform/POSIX/PlatformPOSIX.h"
 #include "Plugins/Platform/Windows/PlatformWindows.h"
 #include "Plugins/Platform/Kalimba/PlatformKalimba.h"
 #include "Plugins/Process/elf-core/ProcessElfCore.h"
-#include "Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h"
 #include "Plugins/SymbolVendor/ELF/SymbolVendorELF.h"
 #include "Plugins/SymbolFile/DWARF/SymbolFileDWARF.h"
 #include "Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h"





More information about the lldb-commits mailing list