remove reference to missing header file which is breaking the build
authorEric Andersen <andersen@codepoet.org>
Tue, 16 Dec 2003 12:04:01 +0000 (12:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 16 Dec 2003 12:04:01 +0000 (12:04 -0000)
networking/udhcp/files.c

index 23d8c00944cb3bb7f893e6fa0226d78c483676b1..5cb468378fef3078b8d8b7aca16efcff4a28ef8c 100644 (file)
@@ -11,7 +11,6 @@
 #include <ctype.h>
 #include <netdb.h>
 
-#include "debug.h"
 #include "dhcpd.h"
 #include "files.h"
 #include "options.h"