diff options
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 9f95c1558..a3edd0b8b 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -3,15 +3,13 @@ * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 */ -#include <stdio.h> #include <stdlib.h> #include <string.h> -#include "debug.h" #include "dhcpd.h" #include "files.h" #include "options.h" -#include "leases.h" +#include "common.h" /* supported options are easily added here */ |