[git commit] remove duplicate include <sys/swap.h>

Denys Vlasenko vda.linux at googlemail.com
Sat Oct 22 04:39:00 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=a241069004717c6bef0a4abdf515c0ed1b9304c9
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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


More information about the busybox-cvs mailing list