diff options
Diffstat (limited to 'clang/lib/Checker/GRState.cpp')
| -rw-r--r-- | clang/lib/Checker/GRState.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Checker/GRState.cpp b/clang/lib/Checker/GRState.cpp index 3282664cdab..164cd8c9669 100644 --- a/clang/lib/Checker/GRState.cpp +++ b/clang/lib/Checker/GRState.cpp @@ -12,10 +12,10 @@ //===----------------------------------------------------------------------===// #include "clang/Analysis/CFG.h" -#include "clang/Checker/PathSensitive/GRStateTrait.h" -#include "clang/Checker/PathSensitive/GRState.h" -#include "clang/Checker/PathSensitive/GRSubEngine.h" -#include "clang/Checker/PathSensitive/GRTransferFuncs.h" +#include "clang/GR/PathSensitive/GRStateTrait.h" +#include "clang/GR/PathSensitive/GRState.h" +#include "clang/GR/PathSensitive/GRSubEngine.h" +#include "clang/GR/PathSensitive/GRTransferFuncs.h" #include "llvm/Support/raw_ostream.h" using namespace clang; |

