summaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstree.h')
-rw-r--r--include/fstree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fstree.h b/include/fstree.h
index 4c68afe..f214501 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -16,8 +16,6 @@
#include <stddef.h>
#include <stdio.h>
-#include "sqfs/inode.h"
-
#include "str_table.h"
#define FSTREE_XATTR_KEY_BUCKETS 31
@@ -122,8 +120,6 @@ struct tree_node_t {
/* For the root node, this points to an empty string. */
char *name;
- sqfs_inode_generic_t *inode;
-
/*
A pointer to an extended attribute array or NULL if unused.