diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-17 20:40:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-17 20:40:32 +0200 |
commit | 179aae51bbaa86bd64bbb520f15e6126c92f3f4d (patch) | |
tree | bb01ae4a7f76683117459b5ea6dbf9b052c1e909 /sh-i18n--envsubst.c | |
parent | Git 1.7.6-rc2 (diff) | |
parent | sh-i18n--envsubst.c: do not #include getopt.h (diff) | |
download | git-179aae51bbaa86bd64bbb520f15e6126c92f3f4d.tar.xz git-179aae51bbaa86bd64bbb520f15e6126c92f3f4d.zip |
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> |