mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 04:21:08 +00:00
Remove <stdio.h> from code that doesn't need it.
This commit is contained in:
parent
996b59dd91
commit
33cb3dad6a
13 changed files with 3 additions and 12 deletions
2
t/t.h
2
t/t.h
|
@ -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
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "t.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <cryb/hash.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <cryb/hash.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <cryb/string.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#undef HAVE_STRLCAT
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#undef HAVE_STRLCPY
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "cryb/impl.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue