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 --- mkfs/options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mkfs/options.c') diff --git a/mkfs/options.c b/mkfs/options.c index 56de813..f14e6ef 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -1,6 +1,4 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ -#include "config.h" - #include "mkfs.h" static struct option long_opts[] = { -- cgit v1.2.3