Correct include guard to reflect new directory name

llvm-svn: 159007
This commit is contained in:
Dmitri Gribenko 2012-06-22 16:52:11 +00:00
parent b1b3e4aa58
commit 804b2ab79b
1 changed files with 2 additions and 2 deletions

View File

@ -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"