test-skeleton.c: Remove unintended #include <stdarg.h>.

This commit is contained in:
Florian Weimer 2016-09-23 09:41:35 +02:00
parent 17af5da98c
commit 51364ff23e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-09-23 Florian Weimer <fweimer@redhat.com>
* test-skeleton.c: Remove #include <stdarg.h>.
2016-09-21 Alexandre Oliva <aoliva@redhat.com>
[BZ #19826]

View File

@ -33,7 +33,6 @@
#include <sys/wait.h>
#include <sys/param.h>
#include <time.h>
#include <stdarg.h>
/* The test function is normally called `do_test' and it is called
with argc and argv as the arguments. We nevertheless provide the