From 6e7b20a41c8a7f10392884e1741b031b579a93fa Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 23 Sep 2023 10:37:27 +0200 Subject: Cleanup: move memory/stdio streams to libcommon Signed-off-by: David Oberhollenzer --- bin/gensquashfs/test/sort_file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/gensquashfs/test/sort_file.c') diff --git a/bin/gensquashfs/test/sort_file.c b/bin/gensquashfs/test/sort_file.c index 828548a..17d8685 100644 --- a/bin/gensquashfs/test/sort_file.c +++ b/bin/gensquashfs/test/sort_file.c @@ -9,7 +9,6 @@ #include "sqfs/block.h" #include "util/test.h" #include "util/util.h" -#include "io/mem.h" #include "mkfs.h" static const char *listing = -- cgit v1.2.3