comparison tests/test-printf-posix.c @ 10994:849e7305914c

remove duplicate inclusion of <stdio.h> * tests/test-fprintf-posix.c: Likewise. * tests/test-printf-posix.c: Likewise. * tests/test-snprintf-posix.c: Likewise. * tests/test-sprintf-posix.c: Likewise. * tests/test-vasprintf-posix.c: Likewise. * tests/test-vfprintf-posix.c: Likewise. * tests/test-vprintf-posix.c: Likewise. * tests/test-vsnprintf-posix.c: Likewise. * tests/test-vsprintf-posix.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Sun, 04 Jan 2009 20:59:12 +0100
parents 0be6f1ab456d
children e8d2c6fc33ad
comparison
equal deleted inserted replaced
10993:996a5b3859fe 10994:849e7305914c
19 #include <config.h> 19 #include <config.h>
20 20
21 #include <stdio.h> 21 #include <stdio.h>
22 22
23 #include <stddef.h> 23 #include <stddef.h>
24 #include <stdio.h>
25 #include <stdint.h> 24 #include <stdint.h>
26 #include <stdlib.h> 25 #include <stdlib.h>
27 #include <string.h> 26 #include <string.h>
28 27
29 #define ASSERT(expr) \ 28 #define ASSERT(expr) \