summaryrefslogtreecommitdiff
path: root/include/tinyff/image/png.h
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-18 16:06:12 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-18 16:06:12 +1000
commit9f7c492e20a868e22f9f3d489b07bc43833eee96 (patch)
tree6f8d408a396f21b3f2d0420ab7adc4316d118554 /include/tinyff/image/png.h
parent46f48e5b33084eee915e8e565518a1bb028a5154 (diff)
refactor(png): Remove string.h dependency from png.h
Diffstat (limited to 'include/tinyff/image/png.h')
-rw-r--r--include/tinyff/image/png.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h
index b52845a..e24ced8 100644
--- a/include/tinyff/image/png.h
+++ b/include/tinyff/image/png.h
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <stdbool.h>
-#include <string.h>
#include <tinyff/tinyff.h>
#include <tinyff/common.h>