summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/HTMLDiagnostics.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
commit8d602a8aa8e6697509465d8a5473fc41cb1a382e (patch)
treeb18e6d8cd50446ac6a47cf9e2f4daebb6c5301bd /clang/lib/Checker/HTMLDiagnostics.cpp
parent6b5d2519b3929e0b0aa1ae27a90b8f682366446e (diff)
downloadbcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.tar.gz
bcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.zip
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
llvm-svn: 122420
Diffstat (limited to 'clang/lib/Checker/HTMLDiagnostics.cpp')
-rw-r--r--clang/lib/Checker/HTMLDiagnostics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Checker/HTMLDiagnostics.cpp b/clang/lib/Checker/HTMLDiagnostics.cpp
index 7fcb0256ddf..0db63c70e2b 100644
--- a/clang/lib/Checker/HTMLDiagnostics.cpp
+++ b/clang/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"
OpenPOWER on IntegriCloud