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 | de7fb8413b13651fd85b7125d08b3c9ac2816d9d (patch) | |
tree | 0d2be7f182a126bc2a4807ac31e3789dcea8dfa7 /lib/CodeGen/CodeGenFunction.cpp | |
parent | e91593ef084479340582b2ba177b44be50a717b7 (diff) |
More #include cleaning
- Remove internal uses of AST.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index e153c21b77..6b731917ed 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -15,7 +15,7 @@ #include "CodeGenModule.h" #include "CGDebugInfo.h" #include "clang/Basic/TargetInfo.h" -#include "clang/AST/AST.h" +#include "clang/AST/ASTContext.h" #include "llvm/CallingConv.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" |