]> granicus.if.org Git - clang/commitdiff
Because of the use of 'cast<TagDecl>', ASTContext.h now depends on Decl.h.
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Mar 2009 21:36:37 +0000 (21:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Mar 2009 21:36:37 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67773 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 991102e24e75ac74fa34eb0f879b1d9a0a6c374b..36bf12b787baf83fd0eb3ab4163d4a50458f0018 100644 (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"