3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00

remove pragma

This commit is contained in:
Nikolaj Bjorner 2021-12-14 14:38:12 -08:00
parent 06f7ba2e78
commit 842e9234c9
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ Author:
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
--*/
#pragma once
#include "math/polysat/mul_ovfl_constraint.h"
#include "math/polysat/solver.h"

View file

@ -10,7 +10,7 @@ Author:
Jakob Rath, Nikolaj Bjorner (nbjorner) 2021-12-09
--*/
#pragma once
#include "math/polysat/shr_constraint.h"
#include "math/polysat/solver.h"