File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 49
49
#include < map>
50
50
#include < memory>
51
51
52
- #include < util/json.h>
53
- #include < util/xml.h>
52
+ #include < util/deprecate.h>
54
53
#include < util/expr.h>
54
+ #include < util/json.h>
55
55
#include < util/make_unique.h>
56
+ #include < util/xml.h>
56
57
57
58
#include < goto-programs/goto_model.h>
58
59
Original file line number Diff line number Diff line change 40
40
#ifndef CPROVER_ANALYSES_AI_DOMAIN_H
41
41
#define CPROVER_ANALYSES_AI_DOMAIN_H
42
42
43
+ #include < util/deprecate.h>
43
44
#include < util/expr.h>
44
45
#include < util/json.h>
45
46
#include < util/make_unique.h>
Original file line number Diff line number Diff line change 23
23
#ifndef CPROVER_ANALYSES_AI_STORAGE_H
24
24
#define CPROVER_ANALYSES_AI_STORAGE_H
25
25
26
+ #include < util/deprecate.h>
27
+
26
28
#include < goto-programs/goto_program.h>
27
29
28
30
#include " ai_domain.h"
You can’t perform that action at this time.
0 commit comments