From: Brandon Casey Date: Fri, 17 Jun 2011 18:19:26 +0000 (-0700) Subject: sh-i18n--envsubst.c: do not #include getopt.h X-Git-Tag: v1.7.6-rc3~9^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7c1fdd7019ea03438744849b9532cf768ba1247c 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 --- 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