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 --- lib/sqfshelper/io_stdin.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/sqfshelper/io_stdin.c') diff --git a/lib/sqfshelper/io_stdin.c b/lib/sqfshelper/io_stdin.c index fec8db7..0e9fb17 100644 --- a/lib/sqfshelper/io_stdin.c +++ b/lib/sqfshelper/io_stdin.c @@ -4,10 +4,7 @@ * * Copyright (C) 2019 David Oberhollenzer */ -#include "config.h" - -#include "highlevel.h" -#include "sqfs/error.h" +#include "common.h" #include #include -- cgit v1.2.3