aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/ParseAST.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-28 04:27:18 +0000
committerChris Lattner <sabre@nondot.org>2009-03-28 04:27:18 +0000
commit557c5b1717bc8919b1b40cf2064b51491ec53a44 (patch)
treea04e5fd895bcb02ab9f2c183d68653effe9a56a7 /lib/Sema/ParseAST.cpp
parent14734f7d2a69f9076e8a06954f06d3313063e7f9 (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/Sema/ParseAST.cpp')
-rw-r--r--lib/Sema/ParseAST.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/ParseAST.cpp b/lib/Sema/ParseAST.cpp
index bcff1c8cfb..fdc57b6e24 100644
--- a/lib/Sema/ParseAST.cpp
+++ b/lib/Sema/ParseAST.cpp
@@ -15,7 +15,6 @@
#include "clang/Sema/ParseAST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/Stmt.h"
-#include "clang/AST/TranslationUnit.h"
#include "Sema.h"
#include "clang/Parse/Parser.h"
using namespace clang;