diff options
author | Denys Vlasenko | 2010-03-22 14:29:13 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-22 14:29:13 +0100 |
commit | dde8bdcc5bd6f25157ca5364b2991c837f1ef364 (patch) | |
tree | d1947e02af92db440b8f8b9e16659ff8568d7e62 /networking/udhcp/files.c | |
parent | 8d1144565fd01576b72eac65ce4686405f98829e (diff) | |
download | busybox-dde8bdcc5bd6f25157ca5364b2991c837f1ef364.zip busybox-dde8bdcc5bd6f25157ca5364b2991c837f1ef364.tar.gz |
udhcp: merge options.h into common.h, script.c into dhcpc.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 62f4a38..a23e886 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -10,7 +10,6 @@ #include "common.h" #include "dhcpd.h" -#include "options.h" #if BB_LITTLE_ENDIAN static inline uint64_t hton64(uint64_t v) |