File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SRC = allocate_objects.cpp \
5
5
class_identifier.cpp \
6
6
compute_called_functions.cpp \
7
7
destructor.cpp \
8
- destructor_tree .cpp \
8
+ scope_tree .cpp \
9
9
elf_reader.cpp \
10
10
ensure_one_backedge_per_target.cpp \
11
11
format_strings.cpp \
Original file line number Diff line number Diff line change 12
12
#ifndef CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_CLASS_H
13
13
#define CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_CLASS_H
14
14
15
- #include < list>
16
- #include < vector>
17
- #include < unordered_set>
18
-
19
15
#include < util/message.h>
20
16
#include < util/namespace.h>
21
17
#include < util/replace_expr.h>
22
18
#include < util/std_code.h>
23
19
24
20
#include " allocate_objects.h"
25
- #include " destructor_tree.h"
26
21
#include " goto_program.h"
22
+ #include " scope_tree.h"
23
+
24
+ #include < list>
25
+ #include < unordered_set>
26
+ #include < vector>
27
27
28
28
class side_effect_expr_overflowt ;
29
29
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include " destructor_tree .h"
9
+ #include " scope_tree .h"
10
10
11
11
void scope_treet::add (
12
12
const codet &destructor,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments