summaryrefslogtreecommitdiffstats
path: root/scripts/stb_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stb_image.h')
-rw-r--r--scripts/stb_image.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/stb_image.h b/scripts/stb_image.h
index 742fac74f7..cad4fe2901 100644
--- a/scripts/stb_image.h
+++ b/scripts/stb_image.h
@@ -561,10 +561,6 @@ STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const ch
#include <math.h> // ldexp, pow
#endif
-#ifndef STBI_NO_STDIO
-#include <stdio.h>
-#endif
-
#ifndef STBI_ASSERT
#include <assert.h>
#define STBI_ASSERT(x) assert(x)