1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Remove unnecessary stdio.h from gdextension interface

This commit is contained in:
Haoyu Qiu
2023-02-06 16:11:50 +08:00
parent 13f0158e49
commit f4ffa87a35

View File

@@ -37,7 +37,6 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#ifndef __cplusplus
typedef uint32_t char32_t;