commit b8d9fb551bc4c3e9859f16074971a6e6bb1435c3
parent 04716301e04a1d503f72c4683325d16c9cbddc7e
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 24 Mar 2006 15:55:34 +0000
remove unneeded #include
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3320 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/winio.c b/src/winio.c
@@ -27,7 +27,6 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
-#include <errno.h>
#include <ctype.h>
static int *key_buffer = NULL;