Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-06-17 22:40:32 +0400
committerJunio C Hamano <gitster@pobox.com>2011-06-17 22:40:32 +0400
commit179aae51bbaa86bd64bbb520f15e6126c92f3f4d (patch)
treebb01ae4a7f76683117459b5ea6dbf9b052c1e909 /sh-i18n--envsubst.c
parent302bd999fd0ef41f3605a2212c23f54ae43649f8 (diff)
parent7c1fdd7019ea03438744849b9532cf768ba1247c (diff)
Merge branch 'ab/i18n-scripts-basic'
* ab/i18n-scripts-basic: sh-i18n--envsubst.c: do not #include getopt.h
Diffstat (limited to 'sh-i18n--envsubst.c')
-rw-r--r--sh-i18n--envsubst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh-i18n--envsubst.c b/sh-i18n--envsubst.c
index 2eb0ee44b8..9d2e971a27 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 <errno.h>
-#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>