diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:35:13 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:35:13 +0000 |
commit | 6e8aa537f86098070a5128168f71e04e1ce140cf (patch) | |
tree | 79843dc09de6319766e856f8af27d8d2e648e257 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ad319a73f28f98ebeb586d2ce8ceb0a04b612062 (diff) | |
download | bcm5719-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/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index cd8c90f921e..e0309e1654b 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -16,6 +16,7 @@ #include "CodeGenFunction.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" +#include "clang/AST/DeclObjC.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/SourceManager.h" |