From 67f0d47a40087c7907d406d45072d72f04a908b6 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 09:22:15 +1100 Subject: support(zed): Support Zed editor --- src/format/image/png.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/format/image/png.c') diff --git a/src/format/image/png.c b/src/format/image/png.c index 272389b..5500c34 100644 --- a/src/format/image/png.c +++ b/src/format/image/png.c @@ -1,6 +1,5 @@ -#include "tinyff/image/png.h" +#include #include "tinyff/dbg.h" -#include "png.h" ff_result ff_png_isvalid(ff_stream *stream) { -- cgit v1.2.3