diff options
Diffstat (limited to 'toys/pending/route.c')
-rw-r--r-- | toys/pending/route.c | 1 |
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> |