summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CheckObjCUnusedIVars.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-25 17:10:22 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-25 17:10:22 +0000
commitfe0fc40c3bce52b1184278285b005f10828daf7a (patch)
treea3b02c45eb27a604c0ac4b70ab4849fdc773eaf7 /clang/lib/Checker/CheckObjCUnusedIVars.cpp
parent673f94a0c9fd8d480f175f13cbbfd0b12875d8e5 (diff)
downloadbcm5719-llvm-fe0fc40c3bce52b1184278285b005f10828daf7a.tar.gz
bcm5719-llvm-fe0fc40c3bce52b1184278285b005f10828daf7a.zip
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter'
llvm-svn: 94428
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