Skip to content

Commit 5dd31e7

Browse files
author
Daniel Kroening
committed
clean up the includes in prop_conv.h
1 parent c583fdf commit 5dd31e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/solvers/prop/cover_goals.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Author: Daniel Kroening, [email protected]
1111

1212
#include "cover_goals.h"
1313

14-
#include <util/message.h>
15-
#include <util/threeval.h>
16-
1714
#include "literal_expr.h"
1815
#include "prop_conv.h"
1916

17+
#include <util/message.h>
18+
#include <util/threeval.h>
19+
2020
cover_goalst::~cover_goalst()
2121
{
2222
}

0 commit comments

Comments
 (0)