Skip to content

Commit 7c1fdd7

Browse files
drafnelgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent adc3b2b commit 7c1fdd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sh-i18n--envsubst.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
5252

5353
#include <errno.h>
54-
#include <getopt.h>
5554
#include <stdio.h>
5655
#include <stdlib.h>
5756
#include <string.h>

0 commit comments

Comments
 (0)