summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CheckObjCUnusedIVars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Checker/CheckObjCUnusedIVars.cpp')
-rw-r--r--clang/lib/Checker/CheckObjCUnusedIVars.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Checker/CheckObjCUnusedIVars.cpp b/clang/lib/Checker/CheckObjCUnusedIVars.cpp
index 27dc45f2f4b..17580bf0fad 100644
--- a/clang/lib/Checker/CheckObjCUnusedIVars.cpp
+++ b/clang/lib/Checker/CheckObjCUnusedIVars.cpp
@@ -14,8 +14,8 @@
//===----------------------------------------------------------------------===//
#include "clang/Checker/LocalCheckers.h"
-#include "clang/Checker/PathDiagnostic.h"
-#include "clang/Checker/PathSensitive/BugReporter.h"
+#include "clang/Checker/BugReporter/PathDiagnostic.h"
+#include "clang/Checker/BugReporter/BugReporter.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/Expr.h"
#include "clang/AST/DeclObjC.h"
OpenPOWER on IntegriCloud