Explorar o código

Merge pull request #72786 from timothyqiu/no-libc

Remove unnecessary `stdio.h` from gdextension interface
Rémi Verschelde %!s(int64=2) %!d(string=hai) anos
pai
achega
632911ea1d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;