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/dhcpc.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'networking/udhcp/dhcpc.c') diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index e2ddf4f..4ccd8ec 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -8,28 +8,13 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include -#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include "common.h" #include "dhcpd.h" #include "dhcpc.h" #include "options.h" -#include "clientpacket.h" -#include "clientsocket.h" -#include "socket.h" -#include "signalpipe.h" + static int state; /* Something is definitely wrong here. IPv4 addresses -- cgit v1.1