diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 22:15:39 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 22:15:39 +0000 |
commit | f7e45c0ed4a66b59d3180b2b394f2b7a5fce2081 (patch) | |
tree | 81bd49499819a6bd423a80e560ec01efff122c1a /clang-tools-extra/modularize/Modularize.cpp | |
parent | 56741e29d42259599af4a54dfd7df672f77d3058 (diff) | |
download | bcm5719-llvm-f7e45c0ed4a66b59d3180b2b394f2b7a5fce2081.tar.gz bcm5719-llvm-f7e45c0ed4a66b59d3180b2b394f2b7a5fce2081.zip |
Fix the top header that corresponds to this source file. Thanks for
spotting this Cody Maloney!
llvm-svn: 198716
Diffstat (limited to 'clang-tools-extra/modularize/Modularize.cpp')
-rw-r--r-- | clang-tools-extra/modularize/Modularize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/modularize/Modularize.cpp b/clang-tools-extra/modularize/Modularize.cpp index 7619cb1f962..89d3d19ad62 100644 --- a/clang-tools-extra/modularize/Modularize.cpp +++ b/clang-tools-extra/modularize/Modularize.cpp @@ -142,9 +142,9 @@ // //===----------------------------------------------------------------------===// -#include "clang/AST/ASTConsumer.h" #include "Modularize.h" #include "PreprocessorTracker.h" +#include "clang/AST/ASTConsumer.h" #include "clang/AST/ASTContext.h" #include "clang/AST/RecursiveASTVisitor.h" #include "clang/Basic/SourceManager.h" |