diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-28 04:27:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-28 04:27:18 +0000 |
commit | 557c5b1717bc8919b1b40cf2064b51491ec53a44 (patch) | |
tree | a04e5fd895bcb02ab9f2c183d68653effe9a56a7 /lib/AST/ASTConsumer.cpp | |
parent | 14734f7d2a69f9076e8a06954f06d3313063e7f9 (diff) |
push more ASTContext goodness out through interfaces that use
TranslationUnit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTConsumer.cpp')
-rw-r--r-- | lib/AST/ASTConsumer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/ASTConsumer.cpp b/lib/AST/ASTConsumer.cpp index b3919f1771..6c44d1ab7b 100644 --- a/lib/AST/ASTConsumer.cpp +++ b/lib/AST/ASTConsumer.cpp @@ -13,7 +13,6 @@ #include "clang/AST/ASTConsumer.h" #include "clang/AST/Decl.h" -#include "clang/AST/TranslationUnit.h" using namespace clang; ASTConsumer::~ASTConsumer() {} |