aboutsummaryrefslogtreecommitdiff
path: root/sokol_audio.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-01-31 09:33:55 +0100
committerAndre Weissflog <floooh@gmail.com>2023-01-31 09:33:55 +0100
commit0e16e9324ceaf58f0d7b34cd6d38350e3f65c1c2 (patch)
tree84fe678e3837709c9c14b6a78eef6d886e83e787 /sokol_audio.h
parentfd091f1587b29c0b285684f43c2e982d44140e26 (diff)
sokol_audio.h, sokol_spine.h: remove stdio.h include
Diffstat (limited to 'sokol_audio.h')
-rw-r--r--sokol_audio.h1
1 files changed, 0 insertions, 1 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