diff options
Diffstat (limited to 'clang/tools/libclang/CXComment.h')
| -rw-r--r-- | clang/tools/libclang/CXComment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/CXComment.h b/clang/tools/libclang/CXComment.h index 0c5418283b3..a937a803463 100644 --- a/clang/tools/libclang/CXComment.h +++ b/clang/tools/libclang/CXComment.h @@ -15,8 +15,8 @@ #define LLVM_CLANG_TOOLS_LIBCLANG_CXCOMMENT_H #include "CXTranslationUnit.h" -#include "clang-c/Index.h" #include "clang-c/Documentation.h" +#include "clang-c/Index.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Comment.h" #include "clang/Frontend/ASTUnit.h" |

