diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-04 20:19:54 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-04 20:19:54 +0000 |
commit | 471c8b49982d1132f30b0b0da27fef94fd6e4f67 (patch) | |
tree | 650f375f83cad2b9045a4a549076bcdcee529698 /lib/Analysis/AnalysisDeclContext.cpp | |
parent | d4f5198ae07d9a4958d8191bac694ded12173ad9 (diff) |
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/AnalysisDeclContext.cpp')
-rw-r--r-- | lib/Analysis/AnalysisDeclContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/AnalysisDeclContext.cpp b/lib/Analysis/AnalysisDeclContext.cpp index b618569cd7..32b1fcfe7c 100644 --- a/lib/Analysis/AnalysisDeclContext.cpp +++ b/lib/Analysis/AnalysisDeclContext.cpp @@ -12,6 +12,7 @@ // //===----------------------------------------------------------------------===// +#include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclObjC.h" #include "clang/AST/DeclTemplate.h" |