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