aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-22 16:52:11 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-22 16:52:11 +0000
commit27c0bb04bfdbf82b1d7e6670b8e806451e8ce2c3 (patch)
tree25f1a2679f524c4834983e1eab5b2b6187543a01
parent94c4d61625122e7a7ac9a45418e88ad742fcc661 (diff)
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
-rw-r--r--include/clang/AST/RawCommentList.h4
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"