diff options
Diffstat (limited to 'tools/libclang/CXSourceLocation.h')
-rw-r--r-- | tools/libclang/CXSourceLocation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libclang/CXSourceLocation.h b/tools/libclang/CXSourceLocation.h index f97ac1f..f0b3f49 100644 --- a/tools/libclang/CXSourceLocation.h +++ b/tools/libclang/CXSourceLocation.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_CXSOURCELOCATION_H -#define LLVM_CLANG_CXSOURCELOCATION_H +#ifndef LLVM_CLANG_TOOLS_LIBCLANG_CXSOURCELOCATION_H +#define LLVM_CLANG_TOOLS_LIBCLANG_CXSOURCELOCATION_H #include "clang-c/Index.h" #include "clang/AST/ASTContext.h" |