Skip to content

Commit a023d0f

Browse files
authoredAug 31, 2021
Merge pull request #6312 from diffblue/goto_program_include
remove an include from goto-programs/goto_program.h
2 parents cc990f5 + 848d182 commit a023d0f

File tree

83 files changed

+137
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+137
-13
lines changed
 

‎jbmc/src/java_bytecode/java_local_variable_table.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Author: Chris Smowton, chris.smowton@diffblue.com
1616
#include <util/arith_tools.h>
1717
#include <util/invariant.h>
1818
#include <util/string2int.h>
19+
#include <util/symbol_table.h>
1920

2021
#include <iostream>
2122

‎jbmc/unit/java-testing-utils/require_goto_statements.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Author: Diffblue Ltd.
1818
#include <util/expr_util.h>
1919
#include <util/pointer_expr.h>
2020
#include <util/suffix.h>
21+
#include <util/symbol_table.h>
2122

2223
/// Expand value of a function to include all child codets
2324
/// \param function_value: The value of the function (e.g. got by looking up

0 commit comments

Comments
 (0)
Please sign in to comment.