From 82b943d4d6b5895f7c07be24802c3d7ec9069dae Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 13 Sep 2019 16:15:42 +0200 Subject: Make block process helper function internal Signed-off-by: David Oberhollenzer --- lib/sqfs/blk_proc/pthread.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/sqfs/blk_proc/pthread.c') diff --git a/lib/sqfs/blk_proc/pthread.c b/lib/sqfs/blk_proc/pthread.c index a00bf12..f56dfe1 100644 --- a/lib/sqfs/blk_proc/pthread.c +++ b/lib/sqfs/blk_proc/pthread.c @@ -5,12 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer */ #define SQFS_BUILDING_DLL -#include "config.h" - -#include "sqfs/block_processor.h" -#include "sqfs/compress.h" -#include "sqfs/error.h" -#include "util.h" +#include "internal.h" #include #include -- cgit v1.2.3