diff options
Diffstat (limited to 'tools/libclang')
-rw-r--r-- | tools/libclang/CIndexCodeCompletion.cpp | 1 | ||||
-rw-r--r-- | tools/libclang/CXComment.cpp | 4 | ||||
-rw-r--r-- | tools/libclang/Indexing.cpp | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/tools/libclang/CIndexCodeCompletion.cpp b/tools/libclang/CIndexCodeCompletion.cpp index c1ee6097c9..df3ed9044c 100644 --- a/tools/libclang/CIndexCodeCompletion.cpp +++ b/tools/libclang/CIndexCodeCompletion.cpp @@ -16,7 +16,6 @@ #include "CIndexDiagnostic.h" #include "CXCursor.h" #include "CXString.h" -#include "CXString.h" #include "CXTranslationUnit.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclObjC.h" diff --git a/tools/libclang/CXComment.cpp b/tools/libclang/CXComment.cpp index 754f79612b..d831885e27 100644 --- a/tools/libclang/CXComment.cpp +++ b/tools/libclang/CXComment.cpp @@ -20,12 +20,12 @@ #include "clang/AST/CommentVisitor.h" #include "clang/AST/Decl.h" #include "clang/AST/PrettyPrinter.h" +#include "clang/Format/Format.h" +#include "clang/Lex/Lexer.h" #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" -#include "clang/Format/Format.h" -#include "clang/Lex/Lexer.h" #include <climits> using namespace clang; diff --git a/tools/libclang/Indexing.cpp b/tools/libclang/Indexing.cpp index df6f7be9fa..e3c2470036 100644 --- a/tools/libclang/Indexing.cpp +++ b/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" |