tweaks: remove includes that appear to be superfluous

Without them, nano still compiles for me, with everything enabled,
even when using --enable-debug, --enable-utf8, and --with-slang.
This commit is contained in:
Benno Schulenberg
2017-07-11 18:04:30 +02:00
parent 969e99bc85
commit 80686bb525
14 changed files with 2 additions and 28 deletions

View File

@@ -21,13 +21,10 @@
#include "proto.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif