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/compress.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/sqfs/compress.h') diff --git a/include/sqfs/compress.h b/include/sqfs/compress.h index 27c603d..e897cf2 100644 --- a/include/sqfs/compress.h +++ b/include/sqfs/compress.h @@ -9,11 +9,6 @@ #include "config.h" -#include -#include -#include -#include - #include "sqfs/predef.h" #include "sqfs/super.h" -- cgit v1.2.3