mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Make sure all headers do #pragma once
. (#6188)
This commit is contained in:
parent
3a8eb1e7ec
commit
3e38bbb009
41 changed files with 68 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
Copyright (c) 2015 Microsoft Corporation
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
static char const g_pattern_database[] =
|
||||
"(benchmark patterns \n"
|
||||
|
|
|
@ -19,6 +19,7 @@ Notes:
|
|||
It performs unit propagation and switches to creating
|
||||
sorting circuits if it keeps having to propagate (create new clauses).
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "smt/smt_theory.h"
|
||||
#include "ast/pb_decl_plugin.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue