summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-26 22:59:55 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-26 22:59:55 +0000
commit6296e0990b7cbba954eac870df77e905842c7031 (patch)
tree48eb1c469885002fbbef6ce4f1c513e29f02554d /clang/lib/Checker/CFRefCount.cpp
parentb29faead69986fda1e6123d82b6fe960fa6733d6 (diff)
downloadbcm5719-llvm-6296e0990b7cbba954eac870df77e905842c7031.tar.gz
bcm5719-llvm-6296e0990b7cbba954eac870df77e905842c7031.zip
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
llvm-svn: 94609
Diffstat (limited to 'clang/lib/Checker/CFRefCount.cpp')
-rw-r--r--clang/lib/Checker/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/CFRefCount.cpp b/clang/lib/Checker/CFRefCount.cpp
index e9cfec9ffe1..dd9dfc0237d 100644
--- a/clang/lib/Checker/CFRefCount.cpp
+++ b/clang/lib/Checker/CFRefCount.cpp
@@ -17,7 +17,7 @@
#include "clang/Checker/PathSensitive/GRExprEngineBuilders.h"
#include "clang/Checker/PathSensitive/GRStateTrait.h"
#include "clang/Checker/BugReporter/PathDiagnostic.h"
-#include "clang/Checker/LocalCheckers.h"
+#include "clang/Checker/Checkers/LocalCheckers.h"
#include "clang/Checker/BugReporter/PathDiagnostic.h"
#include "clang/Checker/BugReporter/BugReporter.h"
#include "clang/Checker/PathSensitive/SymbolManager.h"
OpenPOWER on IntegriCloud