From f26533e666945befedcdc71952a5a3fca1c4c666 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 15:46:35 +1100 Subject: refactor(*): Change include brackets from "" to <> --- include/tinyff/image/png.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 8d1b2f0..a43d353 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -7,10 +7,10 @@ #include #include -#include "tinyff/result.h" -#include "tinyff/common.h" -#include "tinyff/stream.h" -#include "tinyff/image/generic.h" +#include +#include +#include +#include // External #include "ext/tinf.h" -- cgit v1.2.3