Skip to content

Commit

Permalink
include order
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 22, 2020
1 parent 797f50e commit 65464f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tactic/fd_solver/enum2bv_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Module Name:
#include "ast/bv_decl_plugin.h"
#include "ast/datatype_decl_plugin.h"
#include "ast/ast_pp.h"
#include "ast/rewriter/enum2bv_rewriter.h"
#include "model/model_smt2_pp.h"
#include "tactic/tactic.h"
#include "tactic/generic_model_converter.h"
#include "solver/solver_na2as.h"
#include "ast/rewriter/enum2bv_rewriter.h"
#include "tactic/fd_solver/enum2bv_solver.h"
#include "solver/solver_na2as.h"

class enum2bv_solver : public solver_na2as {
ast_manager& m;
Expand Down

0 comments on commit 65464f5

Please # to comment.