From 3d9ba1a234d0966de21d8d592bea7b4ffc325586 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 7 Sep 2019 01:08:14 +0200 Subject: Move data structure forward declarations to predef header This in turn allows for removing most of the header inclusions within the public headers. Signed-off-by: David Oberhollenzer --- include/sqfs/id_table.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sqfs/id_table.h') diff --git a/include/sqfs/id_table.h b/include/sqfs/id_table.h index 01347d9..3610640 100644 --- a/include/sqfs/id_table.h +++ b/include/sqfs/id_table.h @@ -8,9 +8,6 @@ #define SQFS_ID_TABLE_H #include "sqfs/predef.h" -#include "sqfs/compress.h" - -typedef struct sqfs_id_table_t sqfs_id_table_t; #ifdef __cplusplus extern "C" { -- cgit v1.2.3