summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:23:40 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:23:40 +1100
commit20169569c4d9584b3bbdf3ba19356b063b705702 (patch)
treeb762d4199dfcafb48e5f61ff7c10b28a3137ff52 /include/tinyff
parent67f0d47a40087c7907d406d45072d72f04a908b6 (diff)
fix(bmp): Remove unnecessary includes from bmp.h
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/image/bmp.h4
1 files changed, 0 insertions, 4 deletions
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 <stdint.h>
-#include <stdio.h>
#include <stdbool.h>
-#include <string.h>
-#include <stdlib.h>
#include "tinyff/result.h"
-#include "tinyff/common.h"
#include "tinyff/stream.h"
#include "tinyff/image/generic.h"