Remove unneeded include of DeclCXX.h from libParse.

llvm-svn: 224893
This commit is contained in:
Nico Weber 2014-12-28 01:52:28 +00:00
parent ff4b35e6e7
commit 3fc6a28c34
1 changed files with 0 additions and 1 deletions

View File

@ -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"