Update the #include lines of the extra tools.

llvm-svn: 169239
This commit is contained in:
Chandler Carruth 2012-12-04 09:21:50 +00:00
parent 6229d9a350
commit 9b1773b517
3 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,6 @@
#include "LoopActions.h"
#include "LoopMatchers.h"
#include "VariableNaming.h"
#include "clang/Lex/Lexer.h"
namespace clang {

View File

@ -14,10 +14,10 @@
#define _LLVM_TOOLS_CLANG_TOOLS_EXTRA_LOOP_CONVERT_LOOPACTIONS_H_
#include "StmtAncestor.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Tooling/Refactoring.h"
namespace clang {
namespace loop_migrate {

View File

@ -23,12 +23,11 @@
#include "LoopActions.h"
#include "LoopMatchers.h"
#include "clang/Basic/FileManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Tooling/Tooling.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/Tooling.h"
using clang::ast_matchers::MatchFinder;
namespace cl = llvm::cl;