diff options
Diffstat (limited to 'src/quotacheck')
-rw-r--r-- | src/quotacheck/quotacheck.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c index 9ae3abd990..819706a72f 100644 --- a/src/quotacheck/quotacheck.c +++ b/src/quotacheck/quotacheck.c @@ -21,12 +21,10 @@ #include <stdio.h> #include <stdbool.h> -#include <string.h> #include <errno.h> #include <unistd.h> #include "util.h" -#include "fileio.h" static bool arg_skip = false; static bool arg_force = false; |