diff options
-rw-r--r-- | include/clang/AST/RawCommentList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/RawCommentList.h b/include/clang/AST/RawCommentList.h index 0f9b18b32b..0965cb3a62 100644 --- a/include/clang/AST/RawCommentList.h +++ b/include/clang/AST/RawCommentList.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_COMMENTS_RAW_COMMENT_LIST_H -#define LLVM_CLANG_COMMENTS_RAW_COMMENT_LIST_H +#ifndef LLVM_CLANG_AST_RAW_COMMENT_LIST_H +#define LLVM_CLANG_AST_RAW_COMMENT_LIST_H #include "clang/Basic/SourceManager.h" #include "llvm/ADT/ArrayRef.h" |