diff options
Diffstat (limited to 'lib/Checker/HTMLDiagnostics.cpp')
-rw-r--r-- | lib/Checker/HTMLDiagnostics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Checker/HTMLDiagnostics.cpp b/lib/Checker/HTMLDiagnostics.cpp index 7fcb0256dd..0db63c70e2 100644 --- a/lib/Checker/HTMLDiagnostics.cpp +++ b/lib/Checker/HTMLDiagnostics.cpp @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#include "clang/Checker/PathDiagnosticClients.h" -#include "clang/Checker/BugReporter/PathDiagnostic.h" +#include "clang/GR/PathDiagnosticClients.h" +#include "clang/GR/BugReporter/PathDiagnostic.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" #include "clang/Basic/SourceManager.h" |