diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-11 13:36:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-11 13:36:14 +0200 |
commit | d146ab8630a3fa9f91560ef24b02850e94e61118 (patch) | |
tree | 83a0c48f05a709b4b4cbc84398ad9c5bcb9924ae /mkfs/options.c | |
parent | 4dc69cb9cd97e9a1f233a0f19ee8035929fa6065 (diff) |
cleanup: mkfs: remove redundant header inclusions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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' }, |