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/table.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sqfs/table.h') diff --git a/include/sqfs/table.h b/include/sqfs/table.h index 9ce37fb..70bb437 100644 --- a/include/sqfs/table.h +++ b/include/sqfs/table.h @@ -8,8 +8,6 @@ #define SQFS_TABLE_H #include "sqfs/predef.h" -#include "sqfs/compress.h" -#include "sqfs/super.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3