[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
authorRaphael Isemann <teemperor@gmail.com>
Tue, 17 Dec 2019 10:06:01 +0000 (11:06 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 17 Dec 2019 10:21:11 +0000 (11:21 +0100)
commitd9ca412a8a75ab64af33a9e95d1319c4dd2004d2
tree8f3d14d544ed57cb94309f8728e6140f8999e431
parentdcd14324dced7d91aa8bf78a607055ca093b27bf
[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.
lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp