diff options
author | Rob Landley <rob@landley.net> | 2013-12-19 15:07:28 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-12-19 15:07:28 -0600 |
commit | 68cff435a7641e92a4f261e12cd5dac53a1c7c2f (patch) | |
tree | ca22bd9002268bd74bc9dab2defa8e08550ce260 /toys | |
parent | 0201900cadbab691386298f195b1574a301c1b99 (diff) | |
download | toybox-68cff435a7641e92a4f261e12cd5dac53a1c7c2f.tar.gz |
toynet.h went away, missed a file...
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/dumpleases.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/dumpleases.c b/toys/pending/dumpleases.c index b3ce4a9c..a791eab6 100644 --- a/toys/pending/dumpleases.c +++ b/toys/pending/dumpleases.c @@ -20,7 +20,6 @@ config DUMPLEASES #define FOR_dumpleases #include "toys.h" -#include "toynet.h" GLOBALS( char *file; |