Remove dead include from GoASTContext.cpp.
authorZachary Turner <zturner@google.com>
Wed, 22 Mar 2017 19:24:17 +0000 (19:24 +0000)
committerZachary Turner <zturner@google.com>
Wed, 22 Mar 2017 19:24:17 +0000 (19:24 +0000)
This #include was the cause of a dependency from Symbol ->
DataFormatters.  However, nothing from the header was being
used anyway, so we can just remove it with no adverse effects.

This reduces the overall cycle count from 44 to 43.

llvm-svn: 298541

lldb/source/Symbol/CMakeLists.txt
lldb/source/Symbol/GoASTContext.cpp

index 5c1141b..69a2b5a 100644 (file)
@@ -42,7 +42,6 @@ add_lldb_library(lldbSymbol
     clangBasic
     clangFrontend
     lldbCore
-    lldbDataFormatters
     lldbExpression
     lldbHost
     lldbTarget
index 56e9a71..5ca173a 100644 (file)
@@ -17,7 +17,6 @@
 #include "lldb/Core/StreamFile.h"
 #include "lldb/Core/UniqueCStringMap.h"
 #include "lldb/Core/ValueObject.h"
-#include "lldb/DataFormatters/StringPrinter.h"
 #include "lldb/Symbol/CompilerType.h"
 #include "lldb/Symbol/GoASTContext.h"
 #include "lldb/Symbol/ObjectFile.h"