Remove <stdio.h> from code that doesn't need it.

This commit is contained in:
Dag-Erling Smørgrav 2014-08-02 23:23:19 +00:00 committed by des
parent 996b59dd91
commit 33cb3dad6a
13 changed files with 3 additions and 12 deletions

2
t/t.h
View file

@ -57,6 +57,7 @@ void t_verbose_hex(const uint8_t *, size_t);
void t_verbose(const char *, ...)
CRYB_PRINTF(1, 2);
#ifdef _IONBF /* proxy for <stdio.h> */
/*
* Convenience functions for temp files
*/
@ -74,6 +75,7 @@ int t_feof(struct t_file *);
void t_frewind(struct t_file *);
void t_fclose(struct t_file *);
void t_fcloseall(void);
#endif
/*
* Various utilities

View file

@ -30,7 +30,7 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "t.h"

View file

@ -32,7 +32,6 @@
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -32,7 +32,6 @@
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -32,7 +32,6 @@
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -32,7 +32,6 @@
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -32,7 +32,6 @@
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <cryb/hash.h>

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <cryb/hash.h>

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <cryb/string.h>

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#undef HAVE_STRLCAT

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#undef HAVE_STRLCPY

View file

@ -30,7 +30,6 @@
#include "cryb/impl.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>