From c93b162248892265eae5f54e9ee409074dfa08c5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 23 Mar 2008 22:55:25 +0000 Subject: patch: shrink by Pascal Bellard (-80 bytes) *: removal of #include --- coreutils/mv.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'coreutils/mv.c') diff --git a/coreutils/mv.c b/coreutils/mv.c index d8dc6c06b..5d02196e3 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c @@ -13,10 +13,6 @@ * Size reduction and improved error checking. */ -#include -#include -#include -#include /* struct option */ #include "libbb.h" #include "libcoreutils/coreutils.h" -- cgit v1.2.3-55-g6feb