summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
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"