Skip to content

Commit 83d909f

Browse files
committed
Reorder includes in smt_to_smt2_string unit test
Because adding an include in the following commit will cause clang-format to re-order the includes. Doing the reorder in advance makes it possible to review the re-ordering and the additional include separately.
1 parent d584d66 commit 83d909f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unit/solvers/smt2_incremental/smt_to_smt2_string.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
// Author: Diffblue Ltd.
22

3-
#include <testing-utils/use_catch.h>
3+
#include <util/mp_arith.h>
44

55
#include <solvers/smt2_incremental/smt_commands.h>
66
#include <solvers/smt2_incremental/smt_core_theory.h>
77
#include <solvers/smt2_incremental/smt_logics.h>
88
#include <solvers/smt2_incremental/smt_sorts.h>
99
#include <solvers/smt2_incremental/smt_terms.h>
1010
#include <solvers/smt2_incremental/smt_to_smt2_string.h>
11-
12-
#include <util/mp_arith.h>
11+
#include <testing-utils/use_catch.h>
1312

1413
TEST_CASE("Test smt_indext to string conversion", "[core][smt2_incremental]")
1514
{

0 commit comments

Comments
 (0)