diff options
Diffstat (limited to 'clang/lib/Checker/TextPathDiagnostics.cpp')
| -rw-r--r-- | clang/lib/Checker/TextPathDiagnostics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Checker/TextPathDiagnostics.cpp b/clang/lib/Checker/TextPathDiagnostics.cpp index 0ed03e426d5..343b21102b6 100644 --- a/clang/lib/Checker/TextPathDiagnostics.cpp +++ b/clang/lib/Checker/TextPathDiagnostics.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/Lex/Preprocessor.h" #include "llvm/Support/raw_ostream.h" using namespace clang; |

