diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-17 11:40:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-17 11:40:32 -0700 |
commit | 179aae51bbaa86bd64bbb520f15e6126c92f3f4d (patch) | |
tree | bb01ae4a7f76683117459b5ea6dbf9b052c1e909 /sh-i18n--envsubst.c | |
parent | 302bd999fd0ef41f3605a2212c23f54ae43649f8 (diff) | |
parent | 7c1fdd7019ea03438744849b9532cf768ba1247c (diff) | |
download | git-179aae51bbaa86bd64bbb520f15e6126c92f3f4d.tar.gz |
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.c | 1 |
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> |