diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:00:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:00:27 +0000 |
commit | ad319a73f28f98ebeb586d2ce8ceb0a04b612062 (patch) | |
tree | 3a334361e8093325322cea2ff837e158ad2b783f /clang/lib/CodeGen/CGExprComplex.cpp | |
parent | 221fa94e404174160e4e83cd21cfa439cc37f199 (diff) | |
download | bcm5719-llvm-ad319a73f28f98ebeb586d2ce8ceb0a04b612062.tar.gz bcm5719-llvm-ad319a73f28f98ebeb586d2ce8ceb0a04b612062.zip |
More #include cleaning
- Remove internal uses of AST.h
llvm-svn: 54628
Diffstat (limited to 'clang/lib/CodeGen/CGExprComplex.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprComplex.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp index 0a03adfcf75..dacbd865c3d 100644 --- a/clang/lib/CodeGen/CGExprComplex.cpp +++ b/clang/lib/CodeGen/CGExprComplex.cpp @@ -13,7 +13,8 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" -#include "clang/AST/AST.h" +#include "clang/AST/ASTContext.h" +#include "clang/AST/StmtVisitor.h" #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/ADT/SmallString.h" |