diff options
author | Frank Busse <bb0xfb@gmail.com> | 2018-05-15 13:55:28 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-05-15 15:18:08 +0100 |
commit | 0cf0150da0f674c85f9eaccee8b487ed004c3edc (patch) | |
tree | 91e4f85c2e1c1c09d3e1ab852c6473241d44d638 /lib/Solver | |
parent | dc610f616940823e9cd8511cd10ca05721b53caf (diff) | |
download | klee-0cf0150da0f674c85f9eaccee8b487ed004c3edc.tar.gz |
remove QueryLog.h
Diffstat (limited to 'lib/Solver')
-rw-r--r-- | lib/Solver/KQueryLoggingSolver.cpp | 1 |
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; |