Fix include guard.

llvm-svn: 94447
This commit is contained in:
Ted Kremenek 2010-01-25 21:09:34 +00:00
parent 360aeb76a2
commit 6dc73bc183
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_CXCURSOR_H #ifndef LLVM_CLANG_CXCURSOR_H
#define LLVM_CLANG_CXCursor_H #define LLVM_CLANG_CXCURSOR_H
#include "clang-c/Index.h" #include "clang-c/Index.h"
#include "clang/Basic/SourceLocation.h" #include "clang/Basic/SourceLocation.h"