|
24 | 24 |
|
25 | 25 | #include <jsil/jsil_language.h>
|
26 | 26 |
|
| 27 | +#include <goto-programs/adjust_float_expressions.h> |
| 28 | +#include <goto-programs/goto_convert_functions.h> |
| 29 | +#include <goto-programs/goto_inline.h> |
27 | 30 | #include <goto-programs/initialize_goto_model.h>
|
28 |
| -#include <goto-programs/set_properties.h> |
| 31 | +#include <goto-programs/link_to_library.h> |
| 32 | +#include <goto-programs/read_goto_binary.h> |
| 33 | +#include <goto-programs/remove_asm.h> |
| 34 | +#include <goto-programs/remove_complex.h> |
29 | 35 | #include <goto-programs/remove_function_pointers.h>
|
30 |
| -#include <goto-programs/remove_virtual_functions.h> |
31 | 36 | #include <goto-programs/remove_returns.h>
|
32 | 37 | #include <goto-programs/remove_vector.h>
|
33 |
| -#include <goto-programs/remove_complex.h> |
34 |
| -#include <goto-programs/remove_asm.h> |
35 |
| -#include <goto-programs/goto_convert_functions.h> |
| 38 | +#include <goto-programs/remove_virtual_functions.h> |
| 39 | +#include <goto-programs/set_properties.h> |
36 | 40 | #include <goto-programs/show_properties.h>
|
37 | 41 | #include <goto-programs/show_symbol_table.h>
|
38 |
| -#include <goto-programs/read_goto_binary.h> |
39 |
| -#include <goto-programs/goto_inline.h> |
40 |
| -#include <goto-programs/link_to_library.h> |
41 | 42 |
|
42 | 43 | #include <analyses/is_threaded.h>
|
43 | 44 | #include <analyses/goto_check.h>
|
|
49 | 50 | #include <langapi/mode.h>
|
50 | 51 | #include <langapi/language.h>
|
51 | 52 |
|
52 |
| -#include <util/options.h> |
53 | 53 | #include <util/config.h>
|
54 |
| -#include <util/unicode.h> |
55 | 54 | #include <util/exit_codes.h>
|
56 |
| - |
57 |
| -#include <goto-programs/adjust_float_expressions.h> |
| 55 | +#include <util/options.h> |
| 56 | +#include <util/unicode.h> |
| 57 | +#include <util/version.h> |
58 | 58 |
|
59 | 59 | #include "taint_analysis.h"
|
60 | 60 | #include "unreachable_instructions.h"
|
61 | 61 | #include "static_show_domain.h"
|
62 | 62 | #include "static_simplifier.h"
|
63 | 63 | #include "static_verifier.h"
|
64 |
| -#include "version.h" |
65 | 64 |
|
66 | 65 | goto_analyzer_parse_optionst::goto_analyzer_parse_optionst(
|
67 | 66 | int argc,
|
|
0 commit comments