diff options
author | Daniel Schemmel <daniel@schemmel.net> | 2023-03-22 23:41:24 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 17:27:39 +0000 |
commit | a91be77e800510db50444b3e1f5ef20dbca0260c (patch) | |
tree | b657364f9ead493daf12986bcf604e432df75d07 /lib | |
parent | 91468cf16fb158cd6be5eb9d9c5259f7f88bdf9a (diff) | |
download | klee-a91be77e800510db50444b3e1f5ef20dbca0260c.tar.gz |
remove obsolete header
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Core/Executor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index d644d647..9322f50a 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -49,7 +49,6 @@ #include "klee/Support/Casting.h" #include "klee/Support/ErrorHandling.h" #include "klee/Support/FileHandling.h" -#include "klee/Support/FloatEvaluation.h" #include "klee/Support/ModuleUtil.h" #include "klee/Support/OptionCategories.h" #include "klee/System/MemoryUsage.h" |