Clean up #include "DWARFCompileUnit.h"
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Jan 2018 18:03:17 +0000 (18:03 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Jan 2018 18:03:17 +0000 (18:03 +0000)
Clean up needless+missing #include "DWARFCompileUnit.h" for split of
DWARFCompileUnit to DWARFUnit as discussed in D40466.

Differential revision: https://reviews.llvm.org/D42355

llvm-svn: 323069

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp

index e04dc76..6662a45 100644 (file)
@@ -10,7 +10,6 @@
 #include "DWARFASTParserGo.h"
 
 #include "DWARFASTParserGo.h"
-#include "DWARFCompileUnit.h"
 #include "DWARFDIE.h"
 #include "DWARFDIECollection.h"
 #include "DWARFDebugInfo.h"
index e3b2279..09cb5e1 100644 (file)
@@ -4,7 +4,6 @@
 #define SymbolFileDWARF_DWARFASTParserOCaml_h_
 
 #include "DWARFASTParser.h"
-#include "DWARFCompileUnit.h"
 #include "DWARFDIE.h"
 #include "DWARFDebugInfo.h"
 #include "DWARFDefines.h"
index 14c7d76..a621644 100644 (file)
@@ -13,6 +13,7 @@
 #include <map>
 #include <vector>
 
+#include "DWARFCompileUnit.h"
 #include "DWARFDIE.h"
 #include "SymbolFileDWARF.h"
 #include "lldb/Core/STLUtils.h"
index c97680e..c8d6bba 100644 (file)
@@ -14,7 +14,6 @@
 #include "lldb/Utility/Stream.h"
 #include "lldb/Utility/StreamString.h"
 
-#include "DWARFCompileUnit.h"
 #include "DWARFDebugInfo.h"
 #include "DWARFDebugInfoEntry.h"
 #include "SymbolFileDWARF.h"