aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseInit.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-05-21 16:25:11 +0000
committerDouglas Gregor <dgregor@apple.com>2009-05-21 16:25:11 +0000
commit45db71d295cfda888a6187d950bba695ce21a287 (patch)
tree8c6c2ed34e2f6bdb7cee25449494e433f2659c2a /lib/Parse/ParseInit.cpp
parent8593c7810fba6548679e7c89d8eaccebf4d5ec20 (diff)
Merge the ASTVector and ASTOwningVector templates, since they offered
redundant functionality. The result (ASTOwningVector) lives in clang/Parse/Ownership.h and is used by both the parser and semantic analysis. No intended functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseInit.cpp')
-rw-r--r--lib/Parse/ParseInit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/ParseInit.cpp b/lib/Parse/ParseInit.cpp
index 052586f5ca..bbc2124e59 100644
--- a/lib/Parse/ParseInit.cpp
+++ b/lib/Parse/ParseInit.cpp
@@ -13,7 +13,6 @@
#include "clang/Parse/Designator.h"
#include "clang/Parse/Parser.h"
-#include "AstGuard.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "llvm/ADT/SmallString.h"
using namespace clang;