From 5a3395bc01cd4b11309595a6ecdaf32f8279f378 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 18 Nov 2006 19:51:32 +0000 Subject: udhcp: fix indentation and style. Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes --- networking/udhcp/pidfile.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'networking/udhcp/pidfile.c') diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c index 6673c95..8d00490 100644 --- a/networking/udhcp/pidfile.c +++ b/networking/udhcp/pidfile.c @@ -20,15 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include -#include -#include -#include -#include - #include "common.h" -#include "pidfile.h" + static char *saved_pidfile; -- cgit v1.1