From: Eric Andersen Date: Tue, 16 Dec 2003 12:04:01 +0000 (-0000) Subject: remove reference to missing header file which is breaking the build X-Git-Tag: 1_00_pre5~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f46f1c24104a8cacfc3af2189df481178174f27;p=oweals%2Fbusybox.git remove reference to missing header file which is breaking the build --- diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 23d8c0094..5cb468378 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -11,7 +11,6 @@ #include #include -#include "debug.h" #include "dhcpd.h" #include "files.h" #include "options.h"