From 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 May 2006 21:42:58 +0000 Subject: Consolidate #include so libbb.h does it. --- networking/udhcp/arpping.c | 1 - networking/udhcp/dhcpc.c | 1 - networking/udhcp/dhcpd.c | 1 - 3 files changed, 3 deletions(-) (limited to 'networking/udhcp') diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index df626f159..b029af9bf 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c @@ -5,7 +5,6 @@ * by Yoichi Hariguchi */ -#include #include #include #include diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 222bd6519..1d9ab6db6 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -7,7 +7,6 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include #include #include #include diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 28acb6bcc..6c5a753eb 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -34,7 +34,6 @@ #include #include #include -#include #include "dhcpd.h" #include "arpping.h" -- cgit v1.2.3