remove duplicate include <sys/swap.h>
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Oct 2011 04:39:00 +0000 (06:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Oct 2011 04:39:00 +0000 (06:39 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/swaponoff.c

index b3057b3095b938575470ea3adb68d714a46cf5a6..54867ec364e72a881bd8d1664707c8f37759bc43 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "libbb.h"
 #include <mntent.h>
-#include <sys/swap.h>
 #ifndef __BIONIC__
 # include <sys/swap.h>
 #endif