diff options
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r-- | util-linux/swaponoff.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 473325d..9bb70a1 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -7,16 +7,13 @@ * Licensed under the GPL v2, see the file LICENSE in this tarball. */ -#include <stdio.h> +#include "busybox.h" #include <mntent.h> #include <dirent.h> #include <errno.h> #include <string.h> -#include <stdlib.h> -#include <sys/mount.h> #include <sys/swap.h> -#include "busybox.h" static int swap_enable_disable(const char *device) { |