summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/SimpleSValBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Checker/SimpleSValBuilder.cpp')
-rw-r--r--clang/lib/Checker/SimpleSValBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Checker/SimpleSValBuilder.cpp b/clang/lib/Checker/SimpleSValBuilder.cpp
index 6632c8eb1aa..1beb0550e91 100644
--- a/clang/lib/Checker/SimpleSValBuilder.cpp
+++ b/clang/lib/Checker/SimpleSValBuilder.cpp
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Checker/PathSensitive/SValBuilder.h"
-#include "clang/Checker/PathSensitive/GRState.h"
+#include "clang/GR/PathSensitive/SValBuilder.h"
+#include "clang/GR/PathSensitive/GRState.h"
using namespace clang;
OpenPOWER on IntegriCloud