aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-10-22 06:39:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-10-22 06:39:00 +0200
commita241069004717c6bef0a4abdf515c0ed1b9304c9 (patch)
tree244ebe523e4142000755bc8b42def26f201d32d9
parent94354154c475c92ea6fa0cd0b989bce29d031013 (diff)
downloadbusybox-w32-a241069004717c6bef0a4abdf515c0ed1b9304c9.tar.gz
busybox-w32-a241069004717c6bef0a4abdf515c0ed1b9304c9.tar.bz2
busybox-w32-a241069004717c6bef0a4abdf515c0ed1b9304c9.zip
remove duplicate include <sys/swap.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/swaponoff.c1
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 @@
24 24
25#include "libbb.h" 25#include "libbb.h"
26#include <mntent.h> 26#include <mntent.h>
27#include <sys/swap.h>
28#ifndef __BIONIC__ 27#ifndef __BIONIC__
29# include <sys/swap.h> 28# include <sys/swap.h>
30#endif 29#endif