diff options
Diffstat (limited to 'clang/lib/Checker/CheckObjCInstMethSignature.cpp')
| -rw-r--r-- | clang/lib/Checker/CheckObjCInstMethSignature.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Checker/CheckObjCInstMethSignature.cpp b/clang/lib/Checker/CheckObjCInstMethSignature.cpp index 76a092393bb..2b83d13e759 100644 --- a/clang/lib/Checker/CheckObjCInstMethSignature.cpp +++ b/clang/lib/Checker/CheckObjCInstMethSignature.cpp @@ -13,9 +13,9 @@ // //===----------------------------------------------------------------------===// -#include "clang/Checker/Checkers/LocalCheckers.h" -#include "clang/Checker/BugReporter/PathDiagnostic.h" -#include "clang/Checker/BugReporter/BugReporter.h" +#include "clang/GR/Checkers/LocalCheckers.h" +#include "clang/GR/BugReporter/PathDiagnostic.h" +#include "clang/GR/BugReporter/BugReporter.h" #include "clang/AST/DeclObjC.h" #include "clang/AST/Type.h" #include "clang/AST/ASTContext.h" |

