diff options
-rw-r--r-- | tools/CIndex/CIndex.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/CIndex/CIndex.cpp b/tools/CIndex/CIndex.cpp index 4c1cac9812..a02e80987b 100644 --- a/tools/CIndex/CIndex.cpp +++ b/tools/CIndex/CIndex.cpp @@ -12,15 +12,12 @@ //===----------------------------------------------------------------------===// #include "clang-c/Index.h" - #include "clang/Index/Program.h" #include "clang/Index/Indexer.h" - -#include "clang/Frontend/ASTUnit.h" -#include "clang/Basic/FileManager.h" - #include "clang/AST/DeclVisitor.h" - +#include "clang/Basic/FileManager.h" +#include "clang/Frontend/ASTUnit.h" +#include <cstdio> using namespace clang; using namespace idx; |