mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Fixup includes
This commit is contained in:
parent
9ab02b12be
commit
2a6551a62a
@ -48,7 +48,7 @@ PPU_SRCS = fifo_buffer.c \
|
||||
input/input_luts.c \
|
||||
ps3/cellframework2/input/pad_input.c \
|
||||
ps3/cellframework2/utility/oskutil.c \
|
||||
getopt.c \
|
||||
compat/getopt.c \
|
||||
ssnes.c \
|
||||
driver.c \
|
||||
file.c \
|
||||
@ -63,7 +63,7 @@ PPU_SRCS = fifo_buffer.c \
|
||||
gfx/snes_state.c \
|
||||
ups.c \
|
||||
bps.c \
|
||||
strl.c \
|
||||
compat/strl.c \
|
||||
audio/hermite.c \
|
||||
audio/rsound.c \
|
||||
dynamic.c \
|
||||
|
@ -20,11 +20,11 @@
|
||||
#ifndef HAVE_GETOPT_LONG
|
||||
|
||||
#include <string.h>
|
||||
#include "boolean.h"
|
||||
#include "../boolean.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include "msvc/msvc_compat.h"
|
||||
#include "general.h"
|
||||
#include "../msvc/msvc_compat.h"
|
||||
#include "../general.h"
|
||||
|
||||
char *optarg;
|
||||
int optind, opterr, optopt;
|
||||
|
@ -20,11 +20,11 @@
|
||||
#include <Cg/cgGL.h>
|
||||
#include "../general.h"
|
||||
#include <string.h>
|
||||
#include "../strl.h"
|
||||
#include "../compat/strl.h"
|
||||
#include "../conf/config_file.h"
|
||||
#include "image.h"
|
||||
#include "../dynamic.h"
|
||||
#include "../posix_string.h"
|
||||
#include "../compat/posix_string.h"
|
||||
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
#include "snes_state.h"
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../strl.h"
|
||||
#include "../compat/strl.h"
|
||||
|
||||
#include "../gfx/shader_cg.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user