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 --- debianutils/run_parts.c | 2 -- debianutils/start_stop_daemon.c | 1 - 2 files changed, 3 deletions(-) (limited to 'debianutils') diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 2adad026d..47eda8cf6 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -30,8 +30,6 @@ * -u MASK umask. Set the umask of the program executed to MASK. */ -#include - #include "libbb.h" struct globals { diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 6f4b6b2bb..a2679f331 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -11,7 +11,6 @@ /* NB: we have a problem here with /proc/NN/exe usage, similar to * one fixed in killall/pidof */ -#include #include /* Override ENABLE_FEATURE_PIDFILE */ -- cgit v1.2.3