From 63073aa6e16ebd0aa96e000847cb13fb0eb352fe Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 5 Jul 2020 04:18:26 -0500 Subject: toys.h already includes poll.h --- toys/pending/telnet.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toys/pending') diff --git a/toys/pending/telnet.c b/toys/pending/telnet.c index b8c9c140..3e040864 100644 --- a/toys/pending/telnet.c +++ b/toys/pending/telnet.c @@ -21,7 +21,6 @@ config TELNET #include "toys.h" #include #include -#include GLOBALS( int port; -- cgit v1.2.3