diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-08-15 22:57:36 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-09-03 13:38:23 +0100 |
commit | a8abaa43873b8ee49320035817fcdd70a9879bda (patch) | |
tree | fc7251d414a9669e70d55b19b9a39ff00da48ede /lib/Core/StatsTracker.cpp | |
parent | e1f055b1785fd7f23fc4d30eeb0276278892ed20 (diff) | |
download | klee-a8abaa43873b8ee49320035817fcdd70a9879bda.tar.gz |
Moved solver-related header files into a separate klee/Solver/ directory.
Diffstat (limited to 'lib/Core/StatsTracker.cpp')
-rw-r--r-- | lib/Core/StatsTracker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/StatsTracker.cpp b/lib/Core/StatsTracker.cpp index 408e4d6d..259a8d98 100644 --- a/lib/Core/StatsTracker.cpp +++ b/lib/Core/StatsTracker.cpp @@ -18,7 +18,7 @@ #include "klee/Internal/Support/ModuleUtil.h" #include "klee/Internal/System/MemoryUsage.h" #include "klee/Internal/Support/ErrorHandling.h" -#include "klee/SolverStats.h" +#include "klee/Solver/SolverStats.h" #include "CallPathManager.h" #include "CoreStats.h" |