forked from OSchip/llvm-project
Because of the use of 'cast<TagDecl>', ASTContext.h now depends on Decl.h.
llvm-svn: 67773
This commit is contained in:
parent
ffea82e2f4
commit
2d6a1dec5d
|
@ -17,8 +17,7 @@
|
|||
#include "clang/Basic/IdentifierTable.h"
|
||||
#include "clang/Basic/LangOptions.h"
|
||||
#include "clang/AST/Builtins.h"
|
||||
#include "clang/AST/DeclarationName.h"
|
||||
#include "clang/AST/DeclBase.h"
|
||||
#include "clang/AST/Decl.h"
|
||||
#include "clang/AST/Type.h"
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
|
Loading…
Reference in New Issue