diff --git a/ChangeLog b/ChangeLog index 0fe5350c97..7aad75b257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-09-23 Florian Weimer + + * test-skeleton.c: Remove #include . + 2016-09-21 Alexandre Oliva [BZ #19826] diff --git a/test-skeleton.c b/test-skeleton.c index 65a3818309..d53fe1c189 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -33,7 +33,6 @@ #include #include #include -#include /* The test function is normally called `do_test' and it is called with argc and argv as the arguments. We nevertheless provide the