mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-26 18:30:26 +00:00
Cut down on stdio.h usage
This commit is contained in:
parent
07bc4eecf7
commit
42894b5d63
@ -39,7 +39,6 @@
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
@ -36,10 +36,9 @@
|
||||
int pgxpMode = PGXP_GetModes();
|
||||
|
||||
#ifdef HAVE_LIGHTREC
|
||||
#include <lightrec.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <lightrec.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
||||
enum DYNAREC prev_dynarec;
|
||||
bool prev_invalidate;
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "rsx_dump.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static FILE *file;
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "rsx_lib_gl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* exit() */
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include "rsx/rsx_lib_vulkan.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user