summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXSourceLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/libclang/CXSourceLocation.h')
-rw-r--r--clang/tools/libclang/CXSourceLocation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/libclang/CXSourceLocation.h b/clang/tools/libclang/CXSourceLocation.h
index 6c5e858aaae..735629d2c2d 100644
--- a/clang/tools/libclang/CXSourceLocation.h
+++ b/clang/tools/libclang/CXSourceLocation.h
@@ -15,9 +15,9 @@
#define LLVM_CLANG_CXSOURCELOCATION_H
#include "clang-c/Index.h"
-#include "clang/Basic/SourceLocation.h"
-#include "clang/Basic/LangOptions.h"
#include "clang/AST/ASTContext.h"
+#include "clang/Basic/LangOptions.h"
+#include "clang/Basic/SourceLocation.h"
namespace clang {
OpenPOWER on IntegriCloud