remove unneeded #include

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3320 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-03-24 15:55:34 +00:00
parent 04716301e0
commit b8d9fb551b
1 changed files with 0 additions and 1 deletions

View 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;