From 20169569c4d9584b3bbdf3ba19356b063b705702 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 09:23:40 +1100 Subject: fix(bmp): Remove unnecessary includes from bmp.h --- include/tinyff/image/bmp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/tinyff/image/bmp.h') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index cae4273..a4cc393 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -2,13 +2,9 @@ #define BMP_H_ #include -#include #include -#include -#include #include "tinyff/result.h" -#include "tinyff/common.h" #include "tinyff/stream.h" #include "tinyff/image/generic.h" -- cgit v1.2.3