diff options
Diffstat (limited to 'clang/lib/Checker/CheckObjCInstMethSignature.cpp')
-rw-r--r-- | clang/lib/Checker/CheckObjCInstMethSignature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/CheckObjCInstMethSignature.cpp b/clang/lib/Checker/CheckObjCInstMethSignature.cpp index 869a47d40b8..8c43a45d92c 100644 --- a/clang/lib/Checker/CheckObjCInstMethSignature.cpp +++ b/clang/lib/Checker/CheckObjCInstMethSignature.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#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/AST/DeclObjC.h" |