From 0ad74489aee8717d13b76a3cdf2ee00f5811bf9b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 25 Jul 2019 22:01:47 +0200 Subject: cleanup: remove some redundant header inclusions The utility programs pretty much all have the same structure of including one central header per C file that includes all required library headers, so we can simply include config.h which we need for large file support from there and remove it from the C files. Signed-off-by: David Oberhollenzer --- unpack/rdsquashfs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'unpack/rdsquashfs.c') diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index 2996668..4a0f12b 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -1,6 +1,4 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ -#include "config.h" - #include "rdsquashfs.h" int main(int argc, char **argv) -- cgit v1.2.3