@@ -13,22 +13,6 @@ Date: February 2016
1313
1414#include " contracts.h"
1515
16- #include < algorithm>
17- #include < map>
18-
19- #include < analyses/local_bitvector_analysis.h>
20- #include < analyses/local_may_alias.h>
21-
22- #include < ansi-c/c_expr.h>
23-
24- #include < goto-instrument/havoc_utils.h>
25-
26- #include < goto-programs/goto_inline.h>
27- #include < goto-programs/goto_program.h>
28- #include < goto-programs/remove_skip.h>
29-
30- #include < langapi/language_util.h>
31-
3216#include < util/c_types.h>
3317#include < util/exception_utils.h>
3418#include < util/expr_util.h>
@@ -44,11 +28,24 @@ Date: February 2016
4428#include < util/replace_symbol.h>
4529#include < util/std_code.h>
4630
31+ #include < goto-programs/goto_inline.h>
32+ #include < goto-programs/goto_program.h>
33+ #include < goto-programs/remove_skip.h>
34+
35+ #include < analyses/local_bitvector_analysis.h>
36+ #include < analyses/local_may_alias.h>
37+ #include < ansi-c/c_expr.h>
38+ #include < goto-instrument/havoc_utils.h>
39+ #include < langapi/language_util.h>
40+
4741#include " havoc_assigns_clause_targets.h"
4842#include " instrument_spec_assigns.h"
4943#include " memory_predicates.h"
5044#include " utils.h"
5145
46+ #include < algorithm>
47+ #include < map>
48+
5249// / Decorator for \ref message_handlert that keeps track of warnings
5350// / occuring when inlining a function.
5451// /
0 commit comments