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/table.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sqfs/table.h') diff --git a/include/sqfs/table.h b/include/sqfs/table.h index 0bd3112..9ce37fb 100644 --- a/include/sqfs/table.h +++ b/include/sqfs/table.h @@ -11,9 +11,6 @@ #include "sqfs/compress.h" #include "sqfs/super.h" -#include -#include - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3