From: Denys Vlasenko Date: Sat, 22 Oct 2011 04:39:00 +0000 (+0200) Subject: remove duplicate include X-Git-Tag: 1_20_0~183 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a241069004717c6bef0a4abdf515c0ed1b9304c9;p=oweals%2Fbusybox.git remove duplicate include Signed-off-by: Denys Vlasenko --- 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 -#include #ifndef __BIONIC__ # include #endif