From 63afa49add07b89829b83291b914a280d41debbd Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 6 Jul 2009 21:34:47 +0000 Subject: Move ASTLocation and DeclReferenceMap from the AST library to the Index library. llvm-svn: 74859 --- clang/tools/index-test/index-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/tools/index-test/index-test.cpp') 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" -- cgit v1.2.3