diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-22 06:39:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-22 06:39:00 +0200 |
commit | a241069004717c6bef0a4abdf515c0ed1b9304c9 (patch) | |
tree | 244ebe523e4142000755bc8b42def26f201d32d9 /util-linux/swaponoff.c | |
parent | 94354154c475c92ea6fa0cd0b989bce29d031013 (diff) |
remove duplicate include <sys/swap.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/swaponoff.c')
-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 b3057b309..54867ec36 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 |