From ed5e4a4b63dba82e5b33c1deb23c45b87e04f4a5 Mon Sep 17 00:00:00 2001 From: Ilia K Date: Thu, 12 Mar 2015 17:05:18 +0000 Subject: [PATCH] Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated) llvm-svn: 232059 --- lldb/source/lldb.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index 65dca60..37e8d26 100644 --- a/lldb/source/lldb.cpp +++ b/lldb/source/lldb.cpp @@ -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" -- 2.7.4