diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-26 22:59:55 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-26 22:59:55 +0000 |
commit | 97053091c0e4df12ffb662b284b6ab329ca1c40f (patch) | |
tree | 6f63fa606d03d8a53916ff3098190f08881ad916 /lib/Checker/CallInliner.cpp | |
parent | f12d31999e4ecf821ee4dcdb18cc5412569c3515 (diff) |
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/CallInliner.cpp')
-rw-r--r-- | lib/Checker/CallInliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/CallInliner.cpp b/lib/Checker/CallInliner.cpp index 8d4596d85e..d94994b194 100644 --- a/lib/Checker/CallInliner.cpp +++ b/lib/Checker/CallInliner.cpp @@ -13,7 +13,7 @@ #include "clang/Checker/PathSensitive/CheckerVisitor.h" #include "clang/Checker/PathSensitive/GRState.h" -#include "clang/Checker/LocalCheckers.h" +#include "clang/Checker/Checkers/LocalCheckers.h" using namespace clang; |