aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs/xattr.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-05 19:15:00 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-05 19:15:00 +0200
commit52a2f53a9aef1c3b69150dc585874a74dab79794 (patch)
treef0c501f1435b780a0157b3df2b1c7b43c180e497 /include/sqfs/xattr.h
parentf8a92529ec04b560b5b9e647b976892412f78134 (diff)
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/sqfs/xattr.h')
-rw-r--r--include/sqfs/xattr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sqfs/xattr.h b/include/sqfs/xattr.h
index d1b3bdd..b9bb166 100644
--- a/include/sqfs/xattr.h
+++ b/include/sqfs/xattr.h
@@ -12,10 +12,6 @@
#include "sqfs/predef.h"
#include "sqfs/compress.h"
-#include <stdbool.h>
-#include <stdint.h>
-#include <stddef.h>
-
typedef enum {
SQFS_XATTR_USER = 0,
SQFS_XATTR_TRUSTED = 1,