mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove spurious pragma
This commit is contained in:
parent
4e75efa485
commit
0b7918c52e
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
Copyright (c) 2018 Microsoft Corporation
|
Copyright (c) 2018 Microsoft Corporation
|
||||||
|
|
||||||
|
@ -17,7 +16,6 @@ Author:
|
||||||
Revision History:
|
Revision History:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#pragma once;
|
|
||||||
|
|
||||||
#include "smt/smt_arith_value.h"
|
#include "smt/smt_arith_value.h"
|
||||||
#include "smt/theory_lra.h"
|
#include "smt/theory_lra.h"
|
||||||
|
|
Loading…
Reference in a new issue