summaryrefslogtreecommitdiff
path: root/src/format/image/png.c
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:22:15 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:22:15 +1100
commit67f0d47a40087c7907d406d45072d72f04a908b6 (patch)
treeb0a9314a601cc403be4e9cafbba4295b9765cb04 /src/format/image/png.c
parent012bf15d20fac68da3f494c41a22bea4e389b884 (diff)
support(zed): Support Zed editor
Diffstat (limited to 'src/format/image/png.c')
-rw-r--r--src/format/image/png.c3
1 files changed, 1 insertions, 2 deletions
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 <tinyff/image/png.h>
#include "tinyff/dbg.h"
-#include "png.h"
ff_result ff_png_isvalid(ff_stream *stream)
{