diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 08:09:44 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 08:09:44 +0000 |
commit | 4b41745e0556087fe22a2a6f17de92d95199f701 (patch) | |
tree | 9422e55fca46c86ce74a4a64e738405acfd01477 /clang/tools/libclang/CIndexHigh.cpp | |
parent | 1fe21fc0b5dfb42b0c8909a51251c8f900058af4 (diff) | |
download | bcm5719-llvm-4b41745e0556087fe22a2a6f17de92d95199f701.tar.gz bcm5719-llvm-4b41745e0556087fe22a2a6f17de92d95199f701.zip |
Re-sort all the headers. Lots of regressions have crept in here.
Manually fix the order of UnwrappedLineParser.cpp as that one didn't
have its associated header as the first header.
This also uncovered a subtle inclusion order dependency as CLog.h didn't
include LLVM.h to pick up using declarations it relied upon.
llvm-svn: 172892
Diffstat (limited to 'clang/tools/libclang/CIndexHigh.cpp')
-rw-r--r-- | clang/tools/libclang/CIndexHigh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/CIndexHigh.cpp b/clang/tools/libclang/CIndexHigh.cpp index 81aa5b39db4..a2c32fe0500 100644 --- a/clang/tools/libclang/CIndexHigh.cpp +++ b/clang/tools/libclang/CIndexHigh.cpp @@ -8,10 +8,10 @@ //===----------------------------------------------------------------------===// #include "CursorVisitor.h" +#include "CLog.h" #include "CXCursor.h" #include "CXSourceLocation.h" #include "CXTranslationUnit.h" -#include "CLog.h" #include "clang/AST/DeclObjC.h" #include "clang/Frontend/ASTUnit.h" #include "llvm/Support/Compiler.h" |