3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

z3.h: Don't include stdio.h (#7014)

This doesn't seem to actually be used or needed here.
This commit is contained in:
Bruce Mitchener 2023-11-24 22:46:32 +07:00 committed by GitHub
parent a10c93e203
commit 2354998cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ Notes:
#pragma once
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include "z3_macros.h"