diff options
Diffstat (limited to 'include/clang/Parse/ParseDiagnostic.h')
-rw-r--r-- | include/clang/Parse/ParseDiagnostic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Parse/ParseDiagnostic.h b/include/clang/Parse/ParseDiagnostic.h index b593806ff391..f3a7f3b7a8d7 100644 --- a/include/clang/Parse/ParseDiagnostic.h +++ b/include/clang/Parse/ParseDiagnostic.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_DIAGNOSTICPARSE_H -#define LLVM_CLANG_DIAGNOSTICPARSE_H +#ifndef LLVM_CLANG_PARSE_PARSEDIAGNOSTIC_H +#define LLVM_CLANG_PARSE_PARSEDIAGNOSTIC_H #include "clang/Basic/Diagnostic.h" |