Skip to content

Commit e8aaf09

Browse files
author
Daniel Kroening
committed
remove unused includes
1 parent 4d75d3d commit e8aaf09

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/cbmc/bmc.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ Author: Daniel Kroening, [email protected]
1818
#include <util/invariant.h>
1919
#include <util/options.h>
2020
#include <util/ui_message.h>
21-
22-
#include <solvers/prop/prop.h>
23-
#include <solvers/prop/prop_conv.h>
24-
#include <solvers/sat/cnf.h>
25-
#include <solvers/sat/satcheck.h>
26-
#include <solvers/smt1/smt1_dec.h>
27-
#include <solvers/smt2/smt2_dec.h>
21+
#include <util/decision_procedure.h>
2822

2923
#include <goto-programs/goto_trace.h>
3024

0 commit comments

Comments
 (0)