]> git.wh0rd.org Git - nano.git/commitdiff
remove unneeded #include
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 24 Mar 2006 15:55:34 +0000 (15:55 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 24 Mar 2006 15:55:34 +0000 (15:55 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3320 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index b9c9e1f1e94d37dc3c0a7a4e7459a5db32d97164..71a3358d472d7e0068fae65ae56daf4ab506c802 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdarg.h>
 #include <string.h>
 #include <unistd.h>
-#include <errno.h>
 #include <ctype.h>
 
 static int *key_buffer = NULL;