test-skeleton.c: Remove unintended #include <stdarg.h>.
authorFlorian Weimer <fweimer@redhat.com>
Fri, 23 Sep 2016 07:41:35 +0000 (09:41 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 23 Sep 2016 07:41:35 +0000 (09:41 +0200)
ChangeLog
test-skeleton.c

index 0fe5350..7aad75b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 65a3818..d53fe1c 100644 (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