forked from OSchip/llvm-project
Remove unneeded include of DeclCXX.h from libParse.
llvm-svn: 224893
This commit is contained in:
parent
ff4b35e6e7
commit
3fc6a28c34
|
@ -14,7 +14,6 @@
|
|||
#include "clang/Parse/ParseAST.h"
|
||||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/DeclCXX.h"
|
||||
#include "clang/AST/ExternalASTSource.h"
|
||||
#include "clang/AST/Stmt.h"
|
||||
#include "clang/Parse/ParseDiagnostic.h"
|
||||
|
|
Loading…
Reference in New Issue