diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 10:28:36 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-02 10:28:36 +0000 |
commit | 44eb4f66f4ada4f053505a5169a88124c30e669b (patch) | |
tree | 3f94e279a07907dee11f78172d89ecc570201f64 /clang/tools/libclang/Indexing.cpp | |
parent | b034cb7755badaf4d760701f335cac10aaed0610 (diff) | |
download | bcm5719-llvm-44eb4f66f4ada4f053505a5169a88124c30e669b.tar.gz bcm5719-llvm-44eb4f66f4ada4f053505a5169a88124c30e669b.zip |
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Removes a duplicate #include as well as cleaning up some sort order
regressions since I last ran the script over Clang.
llvm-svn: 171364
Diffstat (limited to 'clang/tools/libclang/Indexing.cpp')
-rw-r--r-- | clang/tools/libclang/Indexing.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/libclang/Indexing.cpp b/clang/tools/libclang/Indexing.cpp index df6f7be9fae..e3c24700366 100644 --- a/clang/tools/libclang/Indexing.cpp +++ b/clang/tools/libclang/Indexing.cpp @@ -21,10 +21,10 @@ #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/FrontendAction.h" #include "clang/Frontend/Utils.h" +#include "clang/Lex/HeaderSearch.h" #include "clang/Lex/PPCallbacks.h" -#include "clang/Lex/Preprocessor.h" #include "clang/Lex/PPConditionalDirectiveRecord.h" -#include "clang/Lex/HeaderSearch.h" +#include "clang/Lex/Preprocessor.h" #include "clang/Sema/SemaConsumer.h" #include "llvm/Support/CrashRecoveryContext.h" #include "llvm/Support/MemoryBuffer.h" |