diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-02-06 16:11:50 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-02-06 16:11:50 +0800 |
commit | f4ffa87a35f21402b2324efb9bbcd1c4b38ff236 (patch) | |
tree | c067fb8c3cda37a396cf084efa57ca6e3c712019 /core/extension/gdextension_interface.h | |
parent | 13f0158e49676fc5ec8694a40261685596faa3d1 (diff) |
Remove unnecessary stdio.h from gdextension interface
Diffstat (limited to 'core/extension/gdextension_interface.h')
-rw-r--r-- | core/extension/gdextension_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/extension/gdextension_interface.h b/core/extension/gdextension_interface.h index 876a09beff..9593afc2fb 100644 --- a/core/extension/gdextension_interface.h +++ b/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; |