diff options
author | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
commit | 98c322e881c6ab8d4f54c23feb1a106c23673640 (patch) | |
tree | f6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toys/pending/dhcpd.c | |
parent | 6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff) | |
download | toybox-98c322e881c6ab8d4f54c23feb1a106c23673640.tar.gz |
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
Diffstat (limited to 'toys/pending/dhcpd.c')
-rw-r--r-- | toys/pending/dhcpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c index 2a54f88c..2d4ee79b 100644 --- a/toys/pending/dhcpd.c +++ b/toys/pending/dhcpd.c @@ -25,7 +25,6 @@ config DEBUG_DHCP #define FOR_dhcpd #include "toys.h" -#include "toynet.h" #include <linux/sockios.h> #include <linux/if_ether.h> |