Skip to content

Commit c50ee19

Browse files
Remove useless includes of bdd_expr.cpp
These includes are not used
1 parent c9d0548 commit c50ee19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/solvers/prop/bdd_expr.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ Author: Michael Tautschnig, [email protected]
1111

1212
#include "bdd_expr.h"
1313

14-
#include <util/arith_tools.h>
1514
#include <util/expr_util.h>
1615
#include <util/format_expr.h>
1716
#include <util/invariant.h>
1817
#include <util/std_expr.h>
1918

20-
#include <sstream>
21-
2219
bddt bdd_exprt::from_expr_rec(const exprt &expr)
2320
{
2421
PRECONDITION(expr.type().id() == ID_bool);

0 commit comments

Comments
 (0)