about summary refs log tree commit diff homepage
path: root/lib/Solver
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2018-05-15 13:55:28 +0100
committerMartinNowack <martin.nowack@gmail.com>2018-05-15 15:18:08 +0100
commit0cf0150da0f674c85f9eaccee8b487ed004c3edc (patch)
tree91e4f85c2e1c1c09d3e1ab852c6473241d44d638 /lib/Solver
parentdc610f616940823e9cd8511cd10ca05721b53caf (diff)
downloadklee-0cf0150da0f674c85f9eaccee8b487ed004c3edc.tar.gz
remove QueryLog.h
Diffstat (limited to 'lib/Solver')
-rw-r--r--lib/Solver/KQueryLoggingSolver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Solver/KQueryLoggingSolver.cpp b/lib/Solver/KQueryLoggingSolver.cpp
index a0ac950c..8dc98ac5 100644
--- a/lib/Solver/KQueryLoggingSolver.cpp
+++ b/lib/Solver/KQueryLoggingSolver.cpp
@@ -11,7 +11,6 @@
 
 #include "klee/Expr.h"
 #include "klee/util/ExprPPrinter.h"
-#include "klee/Internal/Support/QueryLog.h"
 
 using namespace klee;