Remove dead include from GoASTContext.cpp.

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
This commit is contained in:
Zachary Turner
2017-03-22 19:24:17 +00:00
parent 3f807c91dc
commit 4c103f1f61
2 changed files with 0 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ add_lldb_library(lldbSymbol
clangBasic
clangFrontend
lldbCore
lldbDataFormatters
lldbExpression
lldbHost
lldbTarget

View 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"