summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-11 05:35:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-11 05:35:13 +0000
commit6e8aa537f86098070a5128168f71e04e1ce140cf (patch)
tree79843dc09de6319766e856f8af27d8d2e648e257 /clang/lib/AST/Expr.cpp
parentad319a73f28f98ebeb586d2ce8ceb0a04b612062 (diff)
downloadbcm5719-llvm-6e8aa537f86098070a5128168f71e04e1ce140cf.tar.gz
bcm5719-llvm-6e8aa537f86098070a5128168f71e04e1ce140cf.zip
More #include cleaning
- Drop {Decl.h,DeclObjC.h,IdentifierTable.h} from Expr.h - Moved Sema::getCurMethodDecl() out of line (dependent on ObjCMethodDecl via dyn_cast). llvm-svn: 54629
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
-rw-r--r--clang/lib/AST/Expr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp
index b66ec08b9b3..bd4c55f40f7 100644
--- a/clang/lib/AST/Expr.cpp
+++ b/clang/lib/AST/Expr.cpp
@@ -11,6 +11,8 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/AST/Expr.h"
+#include "clang/AST/DeclObjC.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/APValue.h"
OpenPOWER on IntegriCloud