diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-07 01:08:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-07 01:08:14 +0200 |
commit | 3d9ba1a234d0966de21d8d592bea7b4ffc325586 (patch) | |
tree | e53449ca435ec00f0da938d8530f740cffcc1272 /include/sqfs/table.h | |
parent | 373ba219aa385678a14f9c17b48ad807858804ce (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/sqfs/table.h')
-rw-r--r-- | include/sqfs/table.h | 2 |
1 files changed, 0 insertions, 2 deletions
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" { |