about summary refs log tree commit diff homepage
path: root/lib/Core/StatsTracker.cpp
diff options
context:
space:
mode:
authorDan Liew <delcypher@gmail.com>2015-12-23 11:31:57 +0000
committerDan Liew <delcypher@gmail.com>2015-12-23 11:31:57 +0000
commit55944ebb2f05e4954a40dcf95af362e7a550a2f4 (patch)
tree902faade063168054f2a6e5ff5ef998455946ec9 /lib/Core/StatsTracker.cpp
parentd348aee430c8308a29d5edadd4c38e7fee1abadc (diff)
parent0dbb147725e61ccb491039100d170357567c2b46 (diff)
downloadklee-55944ebb2f05e4954a40dcf95af362e7a550a2f4.tar.gz
Merge pull request #319 from delcypher/fix_inc_array_hash_expr
Fix duplication of klee::ArrayHashFn
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"