nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 32f56814c7628af74740d9a0fb2c31842e8e06ad
parent 45edf361a8e078e088b10840edd49a64f42435ca
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 14 Feb 2005 18:25:32 +0000

remove unnecessary #include


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2323 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/files.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/files.c b/src/files.c @@ -32,7 +32,6 @@ #include <fcntl.h> #include <errno.h> #include <ctype.h> -#include <dirent.h> #include <pwd.h> #include <assert.h> #include "proto.h"