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 --- mkfs/mkfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs/mkfs.h') diff --git a/mkfs/mkfs.h b/mkfs/mkfs.h index 0c204e0..046a2a0 100644 --- a/mkfs/mkfs.h +++ b/mkfs/mkfs.h @@ -9,7 +9,7 @@ #include "config.h" -#include "highlevel.h" +#include "common.h" #include "fstree.h" #include "util.h" -- cgit v1.2.3