3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

remove unneded #pragma once

This commit is contained in:
Nuno Lopes 2020-09-30 11:36:16 +01:00
parent 1d199b707b
commit 458572323a
2 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,6 @@ Author:
Nikolaj Bjorner (nbjorner) 2020-09-29
--*/
#pragma once
#include "ast/ast_trail.h"
#include "ast/rewriter/var_subst.h"
@ -26,7 +25,7 @@ Author:
namespace q {
mbqi::mbqi(euf::solver& ctx, solver& s):
mbqi::mbqi(euf::solver& ctx, solver& s):
ctx(ctx), qs(s), m(s.get_manager()), m_fresh_trail(m) {}