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/inode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sqfs/inode.h') diff --git a/include/sqfs/inode.h b/include/sqfs/inode.h index 37a088c..5a08b14 100644 --- a/include/sqfs/inode.h +++ b/include/sqfs/inode.h @@ -13,8 +13,6 @@ #include "sqfs/meta_reader.h" #include "sqfs/meta_writer.h" -#include - typedef enum { SQFS_INODE_DIR = 1, SQFS_INODE_FILE = 2, -- cgit v1.2.3