Skip to content

Commit c6798d2

Browse files
author
Remi Delmas
committed
CONTRACTS: cleanup imports in dfcc.h
1 parent 8fa2a3c commit c6798d2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Author: Remi Delmas, [email protected]
2525
#include <util/pointer_predicates.h>
2626
#include <util/std_expr.h>
2727

28+
#include <goto-programs/goto_convert_functions.h>
2829
#include <goto-programs/goto_functions.h>
2930
#include <goto-programs/goto_inline.h>
3031
#include <goto-programs/goto_model.h>

src/goto-instrument/contracts/dynamic-frames/dfcc.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ Author: Remi Delmas, [email protected]
3232
#ifndef CPROVER_GOTO_INSTRUMENT_CONTRACTS_DYNAMIC_FRAMES_DFCC_H
3333
#define CPROVER_GOTO_INSTRUMENT_CONTRACTS_DYNAMIC_FRAMES_DFCC_H
3434

35-
#include <util/arith_tools.h>
36-
#include <util/c_types.h>
37-
#include <util/std_expr.h>
38-
#include <util/std_types.h>
39-
40-
#include <goto-programs/goto_convert_functions.h>
35+
#include <util/irep.h>
4136

4237
#include "dfcc_contract_handler.h"
4338
#include "dfcc_dsl_contract_handler.h"

0 commit comments

Comments
 (0)