浏览代码

Remove unnecessary stdio.h from gdextension interface

Haoyu Qiu 2 年之前
父节点
当前提交
f4ffa87a35
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/extension/gdextension_interface.h

+ 0 - 1
core/extension/gdextension_interface.h

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