Fixup includes

This commit is contained in:
Twinaphex 2012-03-16 23:31:26 +01:00
parent 9ab02b12be
commit 2a6551a62a
4 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -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;

View File

@ -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"

View File

@ -37,7 +37,7 @@
#include "config.h"
#endif
#include "../strl.h"
#include "../compat/strl.h"
#include "../gfx/shader_cg.h"