mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Some more stdio.h header includes removed
This commit is contained in:
parent
26679ab241
commit
d56105b6e5
2
driver.c
2
driver.c
@ -19,7 +19,7 @@
|
||||
#include "general.h"
|
||||
#include "file.h"
|
||||
#include "libretro.h"
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "compat/posix_string.h"
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "boolean.h"
|
||||
#include "libretro.h"
|
||||
#include "retro.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
@ -14,7 +14,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user