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/bmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tinyff/image/bmp.h') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 194e0f2..6623b1b 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -7,9 +7,9 @@ #include -#include "tinyff/result.h" -#include "tinyff/stream.h" -#include "tinyff/image/generic.h" +#include +#include +#include static const unsigned char BMP_SIGNATURE[2] = { 'B', 'M' -- cgit v1.2.3