changeset 8369:b1065a184e62

Don't need <stdarg.h> here.
author Bruno Haible <bruno@clisp.org>
date Wed, 07 Mar 2007 03:17:23 +0000
parents 0a5e8b4fe214
children 95bd457a5596
files tests/test-snprintf-posix.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-snprintf-posix.c
+++ b/tests/test-snprintf-posix.c
@@ -23,7 +23,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdlib.h>