diff options
Diffstat (limited to 'clang/lib/Checker/UndefCapturedBlockVarChecker.cpp')
| -rw-r--r-- | clang/lib/Checker/UndefCapturedBlockVarChecker.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Checker/UndefCapturedBlockVarChecker.cpp b/clang/lib/Checker/UndefCapturedBlockVarChecker.cpp index bf788d0b81a..78b83944075 100644 --- a/clang/lib/Checker/UndefCapturedBlockVarChecker.cpp +++ b/clang/lib/Checker/UndefCapturedBlockVarChecker.cpp @@ -12,9 +12,9 @@ //===----------------------------------------------------------------------===// #include "GRExprEngineInternalChecks.h" -#include "clang/Checker/PathSensitive/CheckerVisitor.h" -#include "clang/Checker/PathSensitive/GRExprEngine.h" -#include "clang/Checker/BugReporter/BugType.h" +#include "clang/GR/PathSensitive/CheckerVisitor.h" +#include "clang/GR/PathSensitive/GRExprEngine.h" +#include "clang/GR/BugReporter/BugType.h" #include "llvm/Support/raw_ostream.h" using namespace clang; |

