3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Make sure all headers do #pragma once. (#6188)

This commit is contained in:
Bruce Mitchener 2022-07-24 00:41:14 +07:00 committed by GitHub
parent 3a8eb1e7ec
commit 3e38bbb009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 68 additions and 1 deletions

View file

@ -16,6 +16,8 @@ Author:
Notes:
--*/
#pragma once
#include "util/symbol.h"
void R();

View file

@ -3,7 +3,7 @@
Copyright (c) 2015 Microsoft Corporation
--*/
#pragma once
#ifndef Z3_API
# ifdef __GNUC__