diff options
Diffstat (limited to 'mkfs/options.c')
-rw-r--r-- | mkfs/options.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mkfs/options.c b/mkfs/options.c index 8ed01ba..e1223ad 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -1,15 +1,5 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ #include "mkfs.h" -#include "util.h" - -#include <stdlib.h> -#include <getopt.h> -#include <unistd.h> -#include <limits.h> -#include <string.h> -#include <fcntl.h> -#include <ctype.h> -#include <stdio.h> static struct option long_opts[] = { { "compressor", required_argument, NULL, 'c' }, |