diff options
Diffstat (limited to 'lib/Solver/ConstructSolverChain.cpp')
-rw-r--r-- | lib/Solver/ConstructSolverChain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Solver/ConstructSolverChain.cpp b/lib/Solver/ConstructSolverChain.cpp index ed6a77dd..1459e90a 100644 --- a/lib/Solver/ConstructSolverChain.cpp +++ b/lib/Solver/ConstructSolverChain.cpp @@ -12,8 +12,8 @@ */ #include "klee/Common.h" -#include "klee/Internal/Support/ErrorHandling.h" -#include "klee/Internal/System/Time.h" +#include "klee/Support/ErrorHandling.h" +#include "klee/System/Time.h" #include "klee/Solver/SolverCmdLine.h" #include "llvm/Support/raw_ostream.h" |