nano

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

commit a77b21388abd869b932d771b2bcfedbdbc3f4107
parent 58ca5fb0f3482150274b22b0c4f7350f5eb592cb
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 31 May 2019 17:16:07 +0200

build: remove two #includes that don't seem to be needed

Diffstat:
Msrc/nano.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/nano.h b/src/nano.h @@ -113,9 +113,7 @@ #define N_(string) gettext_noop(string) /* Mark a string that will be sent to gettext() later. */ -#include <stddef.h> #include <stdlib.h> -#include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <regex.h>