@@ -11,13 +11,12 @@ Author: Daniel Kroening, kroening@kroening.com
1111
1212#include " janalyzer_parse_options.h"
1313
14- #include < cstdlib> // exit()
15- #include < fstream>
16- #include < iostream>
17- #include < memory>
18-
19- #include < ansi-c/ansi_c_language.h>
14+ #include < util/config.h>
15+ #include < util/exit_codes.h>
16+ #include < util/options.h>
17+ #include < util/version.h>
2018
19+ #include < goto-programs/goto_check.h>
2120#include < goto-programs/remove_returns.h>
2221#include < goto-programs/remove_skip.h>
2322#include < goto-programs/remove_virtual_functions.h>
@@ -27,30 +26,26 @@ Author: Daniel Kroening, kroening@kroening.com
2726
2827#include < analyses/constant_propagator.h>
2928#include < analyses/dependence_graph.h>
30- #include < analyses/goto_check.h>
3129#include < analyses/interval_domain.h>
3230#include < analyses/local_may_alias.h>
33-
31+ #include < ansi-c/ansi_c_language.h>
32+ #include < goto-analyzer/static_show_domain.h>
33+ #include < goto-analyzer/static_simplifier.h>
34+ #include < goto-analyzer/static_verifier.h>
35+ #include < goto-analyzer/taint_analysis.h>
36+ #include < goto-analyzer/unreachable_instructions.h>
3437#include < java_bytecode/java_bytecode_language.h>
3538#include < java_bytecode/lazy_goto_model.h>
3639#include < java_bytecode/remove_exceptions.h>
3740#include < java_bytecode/remove_instanceof.h>
38-
3941#include < langapi/language.h>
4042#include < langapi/mode.h>
41-
4243#include < linking/static_lifetime_init.h>
4344
44- #include < util/config.h>
45- #include < util/exit_codes.h>
46- #include < util/options.h>
47- #include < util/version.h>
48-
49- #include < goto-analyzer/static_show_domain.h>
50- #include < goto-analyzer/static_simplifier.h>
51- #include < goto-analyzer/static_verifier.h>
52- #include < goto-analyzer/taint_analysis.h>
53- #include < goto-analyzer/unreachable_instructions.h>
45+ #include < cstdlib> // exit()
46+ #include < fstream>
47+ #include < iostream>
48+ #include < memory>
5449
5550janalyzer_parse_optionst::janalyzer_parse_optionst (int argc, const char **argv)
5651 : parse_options_baset(
0 commit comments