commit | 97053091c0e4df12ffb662b284b6ab329ca1c40f | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Jan 26 22:59:55 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Jan 26 22:59:55 2010 +0000 |
tree | 6f63fa606d03d8a53916ff3098190f08881ad916 | |
parent | f12d31999e4ecf821ee4dcdb18cc5412569c3515 [diff] [blame] |
Move 'LocalCheckers.h' to the 'Checkers' subdirectory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94609 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Checker/CheckSecuritySyntaxOnly.cpp b/lib/Checker/CheckSecuritySyntaxOnly.cpp index ad0bb56..923baf5 100644 --- a/lib/Checker/CheckSecuritySyntaxOnly.cpp +++ b/lib/Checker/CheckSecuritySyntaxOnly.cpp
@@ -13,7 +13,7 @@ #include "clang/Basic/TargetInfo.h" #include "clang/Checker/BugReporter/BugReporter.h" -#include "clang/Checker/LocalCheckers.h" +#include "clang/Checker/Checkers/LocalCheckers.h" #include "clang/AST/StmtVisitor.h" #include "llvm/Support/raw_ostream.h"