From abecdab7ce46f96fb081e62efabe44b16780d004 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 23 Feb 2026 13:58:08 +1100 Subject: refactor(png): Change tinf include bracket style --- include/tinyff/image/png.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index a43d353..000f186 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -12,8 +12,6 @@ #include #include -// External -#include "ext/tinf.h" static const unsigned char PNG_SIGNATURE[8] = { -- cgit v1.2.3