aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs/xattr.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-07 01:08:14 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-07 01:08:14 +0200
commit3d9ba1a234d0966de21d8d592bea7b4ffc325586 (patch)
treee53449ca435ec00f0da938d8530f740cffcc1272 /include/sqfs/xattr.h
parent373ba219aa385678a14f9c17b48ad807858804ce (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/xattr.h')
-rw-r--r--include/sqfs/xattr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sqfs/xattr.h b/include/sqfs/xattr.h
index 0efd0d4..11976d0 100644
--- a/include/sqfs/xattr.h
+++ b/include/sqfs/xattr.h
@@ -8,7 +8,6 @@
#define SQFS_XATTR_H
#include "sqfs/predef.h"
-#include "sqfs/compress.h"
typedef enum {
SQFS_XATTR_USER = 0,
@@ -42,8 +41,6 @@ typedef struct {
uint32_t unused;
} sqfs_xattr_id_table_t;
-typedef struct sqfs_xattr_reader_t sqfs_xattr_reader_t;
-
#ifdef __cplusplus
extern "C" {
#endif