From 5597dca9c6053cd19104e18d88edb199b32e3743 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 7 Oct 2019 13:49:40 +0200 Subject: 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 --- tar/sqfs2tar.c | 8 +------- tar/tar2sqfs.c | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'tar') diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c index 7b306f9..331a907 100644 --- a/tar/sqfs2tar.c +++ b/tar/sqfs2tar.c @@ -5,13 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer */ #include "config.h" - -#include "sqfs/meta_reader.h" -#include "sqfs/compressor.h" -#include "sqfs/data_reader.h" -#include "sqfs/xattr_reader.h" -#include "sqfs/error.h" -#include "highlevel.h" +#include "common.h" #include "util.h" #include "tar.h" diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index a22f2fe..81eb2e4 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -5,8 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer */ #include "config.h" - -#include "highlevel.h" +#include "common.h" #include "tar.h" #include -- cgit v1.2.3