summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-17 11:06:01 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-17 11:21:11 +0100
commitd9ca412a8a75ab64af33a9e95d1319c4dd2004d2 (patch)
tree8f3d14d544ed57cb94309f8728e6140f8999e431 /lldb/source/Plugins/ExpressionParser
parentdcd14324dced7d91aa8bf78a607055ca093b27bf (diff)
downloadbcm5719-llvm-d9ca412a8a75ab64af33a9e95d1319c4dd2004d2.tar.gz
bcm5719-llvm-d9ca412a8a75ab64af33a9e95d1319c4dd2004d2.zip
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
These files only need the definition of ClangASTMetadata (which was previously in the ClangASTSourceCommon.h) or don't need the include at all.
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
index 0496e9e87b9..6ef56ced21c 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
@@ -38,7 +38,6 @@
#include "lldb/Host/HostInfo.h"
#include "lldb/Symbol/Block.h"
#include "lldb/Symbol/ClangASTContext.h"
-#include "lldb/Symbol/ClangExternalASTSourceCommon.h"
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Symbol/Function.h"
#include "lldb/Symbol/ObjectFile.h"
OpenPOWER on IntegriCloud