From a77b21388abd869b932d771b2bcfedbdbc3f4107 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 31 May 2019 17:16:07 +0200 Subject: [PATCH] build: remove two #includes that don't seem to be needed --- src/nano.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nano.h b/src/nano.h index dd641d90..aab6f582 100644 --- 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 #include -#include #include #include #include