Because of the use of 'cast<TagDecl>', ASTContext.h now depends on Decl.h.

llvm-svn: 67773
This commit is contained in:
Ted Kremenek 2009-03-26 21:36:37 +00:00
parent ffea82e2f4
commit 2d6a1dec5d
1 changed files with 1 additions and 2 deletions

View File

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