From 52a2f53a9aef1c3b69150dc585874a74dab79794 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 5 Sep 2019 19:15:00 +0200 Subject: Cleanup: move inclusion of type headers to predef.h Instead of including stddef/stdint/stdbool etc... all over the place, move it to predef.h which is included from all other headers. Signed-off-by: David Oberhollenzer --- include/sqfs/data.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/sqfs/data.h') diff --git a/include/sqfs/data.h b/include/sqfs/data.h index 1b70f45..415f797 100644 --- a/include/sqfs/data.h +++ b/include/sqfs/data.h @@ -9,9 +9,7 @@ #include "config.h" -#include -#include -#include +#include "sqfs/predef.h" #define SQFS_META_BLOCK_SIZE 8192 -- cgit v1.2.3