From 9f7c492e20a868e22f9f3d489b07bc43833eee96 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 18 May 2026 16:06:12 +1000 Subject: refactor(png): Remove string.h dependency from png.h --- include/tinyff/image/png.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/tinyff/image') 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 #include -#include #include #include -- cgit v1.2.3