diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-06 21:34:47 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-06 21:34:47 +0000 |
commit | 63afa49add07b89829b83291b914a280d41debbd (patch) | |
tree | 4e95bacf03c047453419abd28b59b2ff83bf8590 /clang/tools/index-test/index-test.cpp | |
parent | b0048027bae25332369080c6b73faab4143ed3e6 (diff) | |
download | bcm5719-llvm-63afa49add07b89829b83291b914a280d41debbd.tar.gz bcm5719-llvm-63afa49add07b89829b83291b914a280d41debbd.zip |
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
llvm-svn: 74859
Diffstat (limited to 'clang/tools/index-test/index-test.cpp')
-rw-r--r-- | clang/tools/index-test/index-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/index-test/index-test.cpp b/clang/tools/index-test/index-test.cpp index f44cd53b77f..dd1ced45cef 100644 --- a/clang/tools/index-test/index-test.cpp +++ b/clang/tools/index-test/index-test.cpp @@ -36,13 +36,13 @@ #include "clang/Index/IndexProvider.h" #include "clang/Index/Entity.h" #include "clang/Index/TranslationUnit.h" +#include "clang/Index/ASTLocation.h" +#include "clang/Index/DeclReferenceMap.h" #include "clang/Frontend/ASTUnit.h" #include "clang/Frontend/Utils.h" #include "clang/Frontend/CommandLineSourceLoc.h" #include "clang/AST/Decl.h" #include "clang/AST/Expr.h" -#include "clang/AST/ASTLocation.h" -#include "clang/AST/DeclReferenceMap.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/SourceManager.h" #include "llvm/Support/CommandLine.h" |