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:
parent
a10c93e203
commit
2354998cd2
|
@ -20,7 +20,6 @@ Notes:
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "z3_macros.h"
|
||||
|
|
Loading…
Reference in a new issue