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