diff options
Diffstat (limited to 'clang/tools/libclang/CursorVisitor.h')
-rw-r--r-- | clang/tools/libclang/CursorVisitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/libclang/CursorVisitor.h b/clang/tools/libclang/CursorVisitor.h index c4ec7b69376..1b2a922204f 100644 --- a/clang/tools/libclang/CursorVisitor.h +++ b/clang/tools/libclang/CursorVisitor.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_LIBCLANG_CURSORVISITOR_H -#define LLVM_CLANG_LIBCLANG_CURSORVISITOR_H +#ifndef LLVM_CLANG_TOOLS_LIBCLANG_CURSORVISITOR_H +#define LLVM_CLANG_TOOLS_LIBCLANG_CURSORVISITOR_H #include "CXCursor.h" #include "CXTranslationUnit.h" |