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 | |
| parent | Git 1.7.6-rc2 (diff) | |
| parent | sh-i18n--envsubst.c: do not #include getopt.h (diff) | |
| download | git-179aae51bbaa86bd64bbb520f15e6126c92f3f4d.tar.gz git-179aae51bbaa86bd64bbb520f15e6126c92f3f4d.zip | |
Merge branch 'ab/i18n-scripts-basic'
* ab/i18n-scripts-basic:
sh-i18n--envsubst.c: do not #include getopt.h
| -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> |
