summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Checker/NSAutoreleasePoolChecker.cpp')
-rw-r--r--clang/lib/Checker/NSAutoreleasePoolChecker.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Checker/NSAutoreleasePoolChecker.cpp b/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
index 48f03a369ed..d8225a7e4e7 100644
--- a/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
+++ b/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
@@ -15,9 +15,9 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Checker/BugReporter/BugReporter.h"
-#include "clang/Checker/PathSensitive/GRExprEngine.h"
-#include "clang/Checker/PathSensitive/CheckerVisitor.h"
+#include "clang/GR/BugReporter/BugReporter.h"
+#include "clang/GR/PathSensitive/GRExprEngine.h"
+#include "clang/GR/PathSensitive/CheckerVisitor.h"
#include "BasicObjCFoundationChecks.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Decl.h"
OpenPOWER on IntegriCloud