mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
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:
@@ -42,7 +42,6 @@ add_lldb_library(lldbSymbol
|
||||
clangBasic
|
||||
clangFrontend
|
||||
lldbCore
|
||||
lldbDataFormatters
|
||||
lldbExpression
|
||||
lldbHost
|
||||
lldbTarget
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user