mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
remove pragma
This commit is contained in:
parent
06f7ba2e78
commit
842e9234c9
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ Author:
|
||||||
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
|
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#pragma once
|
|
||||||
#include "math/polysat/mul_ovfl_constraint.h"
|
#include "math/polysat/mul_ovfl_constraint.h"
|
||||||
#include "math/polysat/solver.h"
|
#include "math/polysat/solver.h"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Author:
|
||||||
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
|
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#pragma once
|
|
||||||
#include "math/polysat/shr_constraint.h"
|
#include "math/polysat/shr_constraint.h"
|
||||||
#include "math/polysat/solver.h"
|
#include "math/polysat/solver.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue