diff options
Diffstat (limited to 'lib/Checker/Store.cpp')
-rw-r--r-- | lib/Checker/Store.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Checker/Store.cpp b/lib/Checker/Store.cpp index 55a0efaa45..df13ab42ef 100644 --- a/lib/Checker/Store.cpp +++ b/lib/Checker/Store.cpp @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#include "clang/Checker/PathSensitive/Store.h" -#include "clang/Checker/PathSensitive/GRState.h" +#include "clang/GR/PathSensitive/Store.h" +#include "clang/GR/PathSensitive/GRState.h" #include "clang/AST/CharUnits.h" using namespace clang; |