diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 7efb636db..b5696f78b 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -11,15 +11,11 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <limits.h> | 14 | #include "busybox.h" |
15 | #include <stdio.h> | ||
16 | #include <mntent.h> | 15 | #include <mntent.h> |
17 | #include <errno.h> | 16 | #include <errno.h> |
18 | #include <string.h> | 17 | #include <string.h> |
19 | #include <stdlib.h> | ||
20 | #include <sys/mount.h> | ||
21 | #include <getopt.h> | 18 | #include <getopt.h> |
22 | #include "busybox.h" | ||
23 | 19 | ||
24 | #define OPTION_STRING "flDnrvad" | 20 | #define OPTION_STRING "flDnrvad" |
25 | #define OPT_FORCE 1 | 21 | #define OPT_FORCE 1 |