diff options
Diffstat (limited to 'lib/Solver/QueryLoggingSolver.cpp')
-rw-r--r-- | lib/Solver/QueryLoggingSolver.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Solver/QueryLoggingSolver.cpp b/lib/Solver/QueryLoggingSolver.cpp index 19716e84..d24de556 100644 --- a/lib/Solver/QueryLoggingSolver.cpp +++ b/lib/Solver/QueryLoggingSolver.cpp @@ -9,9 +9,9 @@ #include "QueryLoggingSolver.h" #include "klee/Config/config.h" -#include "klee/Internal/Support/ErrorHandling.h" -#include "klee/Internal/Support/FileHandling.h" -#include "klee/Internal/System/Time.h" +#include "klee/Support/ErrorHandling.h" +#include "klee/Support/FileHandling.h" +#include "klee/System/Time.h" #include "klee/OptionCategories.h" #include "klee/Statistics.h" |