Skip to content

Commit 9bbd8b1

Browse files
author
Joel Allred
committed
Move import line
1 parent 2ceb3e3 commit 9bbd8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/solvers/strings/string_refinement.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Author: Alberto Griggio, [email protected]
1818
/// Ghosh.
1919

2020
#include "string_refinement.h"
21-
#include "string_constraint_instantiation.h"
2221

2322
#include <iomanip>
2423
#include <numeric>
@@ -30,6 +29,8 @@ Author: Alberto Griggio, [email protected]
3029
#include <util/magic.h>
3130
#include <util/simplify_expr.h>
3231

32+
#include "string_constraint_instantiation.h"
33+
3334
static bool is_valid_string_constraint(
3435
messaget::mstreamt &stream,
3536
const namespacet &ns,

0 commit comments

Comments
 (0)