diff mbox

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

Message ID 20160923075432.6A41C439942E1@oldenburg.str.redhat.com
State New
Headers show

Commit Message

Florian Weimer Sept. 23, 2016, 7:54 a.m. UTC
2016-09-23  Florian Weimer  <fweimer@redhat.com>

	* test-skeleton.c: Remove #include <stdarg.h>.
diff mbox

Patch

diff --git a/test-skeleton.c b/test-skeleton.c
index 65a3818..d53fe1c 100644
--- a/test-skeleton.c
+++ b/test-skeleton.c
@@ -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