aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/ExplodedGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/ExplodedGraph.cpp')
-rw-r--r--lib/Checker/ExplodedGraph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Checker/ExplodedGraph.cpp b/lib/Checker/ExplodedGraph.cpp
index 20429b9519..6890ebf2fc 100644
--- a/lib/Checker/ExplodedGraph.cpp
+++ b/lib/Checker/ExplodedGraph.cpp
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Checker/PathSensitive/ExplodedGraph.h"
-#include "clang/Checker/PathSensitive/GRState.h"
+#include "clang/GR/PathSensitive/ExplodedGraph.h"
+#include "clang/GR/PathSensitive/GRState.h"
#include "clang/AST/Stmt.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/DenseMap.h"