Skip to content

Commit 9179571

Browse files
Remove useless includes
1 parent a905a07 commit 9179571

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/solvers/prop/prop_conv.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ Author: Daniel Kroening, [email protected]
88

99
#include "prop_conv.h"
1010

11-
#include <cassert>
12-
#include <cstdlib>
13-
#include <map>
14-
15-
#include <util/std_expr.h>
16-
#include <util/symbol.h>
17-
#include <util/threeval.h>
18-
19-
#include "prop.h"
20-
#include "literal_expr.h"
21-
2211
/// determine whether a variable is in the final conflict
2312
bool prop_convt::is_in_conflict(literalt l) const
2413
{

0 commit comments

Comments
 (0)