]> git.ipfire.org Git - thirdparty/git.git/commit
sh-i18n--envsubst.c: do not #include getopt.h
authorBrandon Casey <drafnel@gmail.com>
Fri, 17 Jun 2011 18:19:26 +0000 (11:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2011 18:30:14 +0000 (11:30 -0700)
commit7c1fdd7019ea03438744849b9532cf768ba1247c
tree533856a1d74989c41b935d98b0a29e9e3e736a96
parentadc3b2b27670f123bd7dd742ba0fa0e0a60e1b19
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 <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sh-i18n--envsubst.c