diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-18 16:06:12 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-18 16:06:12 +1000 |
| commit | 9f7c492e20a868e22f9f3d489b07bc43833eee96 (patch) | |
| tree | 6f8d408a396f21b3f2d0420ab7adc4316d118554 /include | |
| parent | 46f48e5b33084eee915e8e565518a1bb028a5154 (diff) | |
refactor(png): Remove string.h dependency from png.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/tinyff/image/png.h | 1 |
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> |
