File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 12
12
#ifndef CPROVER_LANGAPI_LANGUAGE_H
13
13
#define CPROVER_LANGAPI_LANGUAGE_H
14
14
15
- #include < unordered_set>
16
15
#include < iosfwd>
17
- #include < string>
18
16
#include < memory> // unique_ptr
17
+ #include < set>
18
+ #include < string>
19
+ #include < unordered_set>
19
20
20
21
#include < util/message.h>
21
22
#include < util/std_types.h>
22
23
#include < util/symbol.h>
23
24
#include < util/symbol_table_base.h>
24
25
25
- #include < goto-programs/system_library_symbols.h>
26
-
27
26
class symbol_tablet ;
28
27
class exprt ;
29
28
class namespacet ;
@@ -188,7 +187,6 @@ class languaget:public messaget
188
187
189
188
protected:
190
189
bool language_options_initialized=false ;
191
- system_library_symbolst system_symbols;
192
190
};
193
191
194
192
#endif // CPROVER_UTIL_LANGUAGE_H
Original file line number Diff line number Diff line change 1
- goto-programs
2
1
langapi
3
2
util
You can’t perform that action at this time.
0 commit comments