diff options
| -rw-r--r-- | sokol_audio.h | 1 | ||||
| -rw-r--r-- | util/sokol_spine.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sokol_audio.h b/sokol_audio.h index 1ea9662b..7fc38f20 100644 --- a/sokol_audio.h +++ b/sokol_audio.h @@ -654,7 +654,6 @@ inline void saudio_setup(const saudio_desc& desc) { return saudio_setup(&desc); #include <stdlib.h> // alloc, free #include <string.h> // memset, memcpy #include <stddef.h> // size_t -#include <stdio.h> // stderr, fputs, only debug: fprintf #ifndef SOKOL_API_IMPL #define SOKOL_API_IMPL diff --git a/util/sokol_spine.h b/util/sokol_spine.h index 17aaafc3..e5f1e9f7 100644 --- a/util/sokol_spine.h +++ b/util/sokol_spine.h @@ -1414,7 +1414,6 @@ SOKOL_SPINE_API_DECL void sspine_set_skin(sspine_instance instance, sspine_skin #include <stdlib.h> // malloc/free #include <string.h> // memset, strcmp -#include <stdio.h> // stderr, fprintf (debug mode), fputs (release mode) // ███████╗██╗ ██╗ █████╗ ██████╗ ███████╗██████╗ ███████╗ // ██╔════╝██║ ██║██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔════╝ |