From 27c0bb04bfdbf82b1d7e6670b8e806451e8ce2c3 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 22 Jun 2012 16:52:11 +0000 Subject: [PATCH] Correct include guard to reflect new directory name git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159007 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/RawCommentList.h | 4 ++-- 1 file 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" -- 2.50.1