diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h')
-rw-r--r-- | clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h b/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h index db37561fb9e..dfb05a7c97e 100644 --- a/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h +++ b/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h @@ -16,8 +16,8 @@ #ifndef CLANG_MODERNIZE_LOOP_ACTIONS_H #define CLANG_MODERNIZE_LOOP_ACTIONS_H -#include "StmtAncestor.h" #include "Core/Transform.h" +#include "StmtAncestor.h" #include "clang/AST/ASTContext.h" #include "clang/AST/RecursiveASTVisitor.h" #include "clang/ASTMatchers/ASTMatchFinder.h" |