aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/route.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
committerRob Landley <rob@landley.net>2013-11-02 14:24:33 -0500
commit98c322e881c6ab8d4f54c23feb1a106c23673640 (patch)
treef6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toys/pending/route.c
parent6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff)
downloadtoybox-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/route.c')
-rw-r--r--toys/pending/route.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/route.c b/toys/pending/route.c
index 63370882..cf91cdbe 100644
--- a/toys/pending/route.c
+++ b/toys/pending/route.c
@@ -21,7 +21,6 @@ config ROUTE
#define FOR_route
#include "toys.h"
-#include "toynet.h"
#include <net/route.h>
#include <sys/param.h>