@@ -26,26 +26,25 @@ Author: Peter Schrammel
26
26
27
27
#include < goto-programs/adjust_float_expressions.h>
28
28
#include < goto-programs/goto_convert_functions.h>
29
+ #include < goto-programs/goto_inline.h>
29
30
#include < goto-programs/instrument_preconditions.h>
31
+ #include < goto-programs/link_to_library.h>
32
+ #include < goto-programs/loop_ids.h>
30
33
#include < goto-programs/mm_io.h>
34
+ #include < goto-programs/read_goto_binary.h>
35
+ #include < goto-programs/remove_asm.h>
36
+ #include < goto-programs/remove_complex.h>
31
37
#include < goto-programs/remove_function_pointers.h>
32
- #include < goto-programs/remove_virtual_functions.h>
33
38
#include < goto-programs/remove_returns.h>
34
- #include < goto-programs/remove_vector.h>
35
- #include < goto-programs/remove_complex.h>
36
- #include < goto-programs/remove_asm.h>
37
- #include < goto-programs/remove_unused_functions.h>
38
39
#include < goto-programs/remove_skip.h>
39
- #include < goto-programs/goto_inline.h>
40
- #include < goto-programs/show_properties.h>
40
+ #include < goto-programs/remove_unused_functions.h>
41
+ #include < goto-programs/remove_vector.h>
42
+ #include < goto-programs/remove_virtual_functions.h>
43
+ #include < goto-programs/rewrite_union.h>
41
44
#include < goto-programs/set_properties.h>
42
- #include < goto-programs/read_goto_binary .h>
45
+ #include < goto-programs/show_properties .h>
43
46
#include < goto-programs/string_abstraction.h>
44
47
#include < goto-programs/string_instrumentation.h>
45
- #include < goto-programs/loop_ids.h>
46
- #include < goto-programs/link_to_library.h>
47
-
48
- #include < goto-symex/rewrite_union.h>
49
48
50
49
#include < goto-instrument/cover.h>
51
50
0 commit comments