diff options
author | Denys Vlasenko | 2011-10-22 06:39:00 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-10-22 06:39:00 +0200 |
commit | a241069004717c6bef0a4abdf515c0ed1b9304c9 (patch) | |
tree | 244ebe523e4142000755bc8b42def26f201d32d9 /util-linux | |
parent | 94354154c475c92ea6fa0cd0b989bce29d031013 (diff) | |
download | busybox-a241069004717c6bef0a4abdf515c0ed1b9304c9.zip busybox-a241069004717c6bef0a4abdf515c0ed1b9304c9.tar.gz |
remove duplicate include <sys/swap.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/swaponoff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index b3057b3..54867ec 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -24,7 +24,6 @@ #include "libbb.h" #include <mntent.h> -#include <sys/swap.h> #ifndef __BIONIC__ # include <sys/swap.h> #endif |