diff options
Diffstat (limited to 'clang/lib/Checker/ExplodedGraph.cpp')
| -rw-r--r-- | clang/lib/Checker/ExplodedGraph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Checker/ExplodedGraph.cpp b/clang/lib/Checker/ExplodedGraph.cpp index 20429b95199..6890ebf2fc7 100644 --- a/clang/lib/Checker/ExplodedGraph.cpp +++ b/clang/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" |

