about summary refs log tree commit diff homepage
path: root/lib/Core/StatsTracker.cpp
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-12-18 13:16:56 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2015-12-18 13:16:56 +0000
commitb8a74d8593e063ac9168ce273cbf1691aaa360cd (patch)
treeedc5fca0836f3954e9e15247ac7bdec48d672fe2 /lib/Core/StatsTracker.cpp
parentd348aee430c8308a29d5edadd4c38e7fee1abadc (diff)
downloadklee-b8a74d8593e063ac9168ce273cbf1691aaa360cd.tar.gz
Move lib/Solver/SolverStats.h -> include/klee/SolverStats.h
so that it is possible to ``#include "klee/util/ArrayExprHash.h"``
Diffstat (limited to 'lib/Core/StatsTracker.cpp')
-rw-r--r--lib/Core/StatsTracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/StatsTracker.cpp b/lib/Core/StatsTracker.cpp
index 4633a5c5..2e107fb3 100644
--- a/lib/Core/StatsTracker.cpp
+++ b/lib/Core/StatsTracker.cpp
@@ -18,13 +18,13 @@
 #include "klee/Internal/Support/ModuleUtil.h"
 #include "klee/Internal/System/Time.h"
 #include "klee/Internal/Support/ErrorHandling.h"
+#include "klee/SolverStats.h"
 
 #include "CallPathManager.h"
 #include "CoreStats.h"
 #include "Executor.h"
 #include "MemoryManager.h"
 #include "UserSearcher.h"
-#include "../Solver/SolverStats.h"
 
 #if LLVM_VERSION_CODE > LLVM_VERSION(3, 2)
 #include "llvm/IR/BasicBlock.h"