From 7c1fdd7019ea03438744849b9532cf768ba1247c Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Fri, 17 Jun 2011 11:19:26 -0700 Subject: sh-i18n--envsubst.c: do not #include getopt.h The getopt.h header file is not used. It's inclusion is left over from the original version of this source. Additionally, getopt.h does not exist on all platforms (SunOS 5.7) and will cause a compilation failure. So, let's remove it. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- sh-i18n--envsubst.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sh-i18n--envsubst.c') diff --git a/sh-i18n--envsubst.c b/sh-i18n--envsubst.c index 71250930db..1153f8c47d 100644 --- a/sh-i18n--envsubst.c +++ b/sh-i18n--envsubst.c @@ -51,7 +51,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#include #include #include #include -- cgit v1.2.3