mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 02:00:22 +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
|
@ -16,6 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/rational.h"
|
||||
#include "util/common_msgs.h"
|
||||
#include "ast/rewriter/bit_blaster/bit_blaster_tpl.h"
|
||||
|
|
|
@ -16,6 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/container_util.h"
|
||||
#include "ast/rewriter/poly_rewriter.h"
|
||||
|
|
|
@ -16,6 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "ast/rewriter/rewriter.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "ast/ast_ll_pp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue