From: Bruno Haible Date: Sat, 20 May 2017 10:12:16 +0000 (+0200) Subject: getopt-posix tests: Remove redundant include. X-Git-Tag: v1.0~6127 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2c9d41910346b8373f6c415118d6f604044e3c8a;p=gnulib.git getopt-posix tests: Remove redundant include. * tests/test-getopt.h: Don't include "macros.h". It's already included by tests/test-getopt-main.h. --- diff --git a/ChangeLog b/ChangeLog index 2ab6170b85..ded0b3f087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-20 Bruno Haible + + getopt-posix tests: Remove redundant include. + * tests/test-getopt.h: Don't include "macros.h". It's already included + by tests/test-getopt-main.h. + 2017-05-19 Jim Meyering dfa: two small simplifications diff --git a/tests/test-getopt.h b/tests/test-getopt.h index 5c0e5b5aa3..a41fdc13c0 100644 --- a/tests/test-getopt.h +++ b/tests/test-getopt.h @@ -17,7 +17,6 @@ /* Written by Bruno Haible , 2009. */ #include -#include "macros.h" /* The glibc/gnulib implementation of getopt supports setting optind = 0, but not all other implementations do. This matters for getopt.