Browse Source

Remove unnecessary stdio.h from gdextension interface

Haoyu Qiu 2 năm trước cách đây
mục cha
commit
f4ffa87a35
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;