@@ -12,35 +12,22 @@ Author: Daniel Kroening, kroening@kroening.com
1212#include " bmc.h"
1313
1414#include < chrono>
15- #include < exception>
16- #include < fstream>
1715#include < iostream>
18- #include < memory>
1916
2017#include < util/exit_codes.h>
2118#include < util/string2int.h>
22- #include < util/source_location.h>
2319#include < util/string_utils.h>
24- #include < util/memory_info.h>
25- #include < util/message.h>
26- #include < util/json.h>
27- #include < util/json_stream.h>
28- #include < util/cprover_prefix.h>
2920
30- #include < langapi/mode.h>
3121#include < langapi/language_util.h>
3222
33- #include < goto-programs/goto_model.h>
34- #include < goto-programs/xml_goto_trace.h>
35- #include < goto-programs/json_goto_trace.h>
3623#include < goto-programs/graphml_witness.h>
24+ #include < goto-programs/json_goto_trace.h>
25+ #include < goto-programs/xml_goto_trace.h>
3726
3827#include < goto-symex/build_goto_trace.h>
39- #include < goto-symex/slice.h>
40- #include < goto-symex/slice_by_trace.h>
41- #include < goto-symex/memory_model_sc.h>
42- #include < goto-symex/memory_model_tso.h>
4328#include < goto-symex/memory_model_pso.h>
29+ #include < goto-symex/slice_by_trace.h>
30+ #include < goto-symex/slice.h>
4431
4532#include < linking/static_lifetime_init.h>
4633
0 commit comments