aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/ParseAST.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-22 01:39:14 +0000
committerMike Stump <mrs@apple.com>2009-07-22 01:39:14 +0000
commit02857678061f80c9e97e0aa9cf23cd49429a7d09 (patch)
tree2925495b7ffb4b45ed1dc53e68223f1eab71c413 /lib/Sema/ParseAST.cpp
parentd1969d803cfcc65f1c334df4cc89c7fdd33ee4c9 (diff)
Remove an unneeded header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76716 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 e2ee88ac86..7fa8c595ee 100644
--- a/lib/Sema/ParseAST.cpp
+++ b/lib/Sema/ParseAST.cpp
@@ -19,7 +19,6 @@
#include "clang/AST/ExternalASTSource.h"
#include "clang/AST/Stmt.h"
#include "clang/Parse/Parser.h"
-#include "llvm/ADT/OwningPtr.h"
using namespace clang;
//===----------------------------------------------------------------------===//