Skip to content

Commit

Permalink
Fix include statements in java_bytecode_instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
antlechner committed Dec 4, 2017
1 parent 9749321 commit 396adaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java_bytecode/java_bytecode_instrument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Date: June 2017
\*******************************************************************/

#include "java_bytecode_instrument.h"

#include <util/arith_tools.h>
#include <util/fresh_symbol.h>
#include <util/std_code.h>
Expand All @@ -18,7 +20,6 @@ Date: June 2017
#include <goto-programs/goto_functions.h>

#include "java_bytecode_convert_class.h"
#include "java_bytecode_instrument.h"
#include "java_entry_point.h"
#include "java_root_class.h"
#include "java_types.h"
Expand Down
4 changes: 4 additions & 0 deletions src/java_bytecode/java_bytecode_instrument.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Date: June 2017
#ifndef CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_INSTRUMENT_H
#define CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_INSTRUMENT_H

#include <util/symbol_table.h>
#include <util/message.h>
#include <util/irep.h>

void java_bytecode_instrument_symbol(
symbol_table_baset &symbol_table,
symbolt &symbol,
Expand Down

0 comments on commit 396adaf

Please sign in to comment.