about summary refs log tree commit diff homepage
path: root/lib/Core
diff options
context:
space:
mode:
authorDaniel Schemmel <daniel@schemmel.net>2023-03-22 23:41:24 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-23 17:27:39 +0000
commita91be77e800510db50444b3e1f5ef20dbca0260c (patch)
treeb657364f9ead493daf12986bcf604e432df75d07 /lib/Core
parent91468cf16fb158cd6be5eb9d9c5259f7f88bdf9a (diff)
downloadklee-a91be77e800510db50444b3e1f5ef20dbca0260c.tar.gz
remove obsolete header
Diffstat (limited to 'lib/Core')
-rw-r--r--lib/Core/Executor.cpp1
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"