aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/UndefBranchChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/UndefBranchChecker.cpp')
-rw-r--r--lib/Checker/UndefBranchChecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Checker/UndefBranchChecker.cpp b/lib/Checker/UndefBranchChecker.cpp
index 1ff0641be5..ebeb7a429d 100644
--- a/lib/Checker/UndefBranchChecker.cpp
+++ b/lib/Checker/UndefBranchChecker.cpp
@@ -13,8 +13,8 @@
//===----------------------------------------------------------------------===//
#include "GRExprEngineInternalChecks.h"
-#include "clang/Checker/BugReporter/BugType.h"
-#include "clang/Checker/PathSensitive/Checker.h"
+#include "clang/GR/BugReporter/BugType.h"
+#include "clang/GR/PathSensitive/Checker.h"
using namespace clang;