summaryrefslogtreecommitdiff
path: root/unpack
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-10-07 13:49:40 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-10-07 13:49:40 +0200
commit5597dca9c6053cd19104e18d88edb199b32e3743 (patch)
tree0d9e774067b12ca1d1cf6b91dc637dcc2ad2bb1c /unpack
parent3b47afacf5d6443b3460cd979abfff6c71a4ec3d (diff)
Rename "hihglevel.h" to the more appropriate "common.h"
It only contains helpers for _common_ stuff for all the utilities. The actual high level stuff has been moved to libsquashfs a while ago. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack')
-rw-r--r--unpack/rdsquashfs.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h
index 572a48b..c2af24a 100644
--- a/unpack/rdsquashfs.h
+++ b/unpack/rdsquashfs.h
@@ -8,17 +8,7 @@
#define RDSQUASHFS_H
#include "config.h"
-
-#include "sqfs/xattr_reader.h"
-#include "sqfs/meta_reader.h"
-#include "sqfs/data_reader.h"
-#include "sqfs/compressor.h"
-#include "sqfs/id_table.h"
-#include "sqfs/xattr.h"
-#include "sqfs/block.h"
-#include "sqfs/error.h"
-
-#include "highlevel.h"
+#include "common.h"
#include "fstree.h"
#include "util.h"