summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 19:24:17 +0000
committerZachary Turner <zturner@google.com>2017-03-22 19:24:17 +0000
commit4c103f1f616557567d09c8d4a95dcbf187acde0f (patch)
tree2a041aeb9b35fb5474af6015bf52ad9ee544f1e4 /lldb/source
parent3f807c91dc2ab8b3b6bd4eb89a8bb70df20bf745 (diff)
downloadbcm5719-llvm-4c103f1f616557567d09c8d4a95dcbf187acde0f.tar.gz
bcm5719-llvm-4c103f1f616557567d09c8d4a95dcbf187acde0f.zip
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
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Symbol/CMakeLists.txt1
-rw-r--r--lldb/source/Symbol/GoASTContext.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/CMakeLists.txt b/lldb/source/Symbol/CMakeLists.txt
index 5c1141b1d7d..69a2b5a1699 100644
--- a/lldb/source/Symbol/CMakeLists.txt
+++ b/lldb/source/Symbol/CMakeLists.txt
@@ -42,7 +42,6 @@ add_lldb_library(lldbSymbol
clangBasic
clangFrontend
lldbCore
- lldbDataFormatters
lldbExpression
lldbHost
lldbTarget
diff --git a/lldb/source/Symbol/GoASTContext.cpp b/lldb/source/Symbol/GoASTContext.cpp
index 56e9a713171..5ca173ae113 100644
--- a/lldb/source/Symbol/GoASTContext.cpp
+++ b/lldb/source/Symbol/GoASTContext.cpp
@@ -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"
OpenPOWER on IntegriCloud