Fix header includes
This commit is contained in:
parent
6c195cdcaa
commit
bd5cf7c1e5
|
@ -3,14 +3,16 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "common.h"
|
|
||||||
#include "libretro.h"
|
|
||||||
#include "libretro_core_options.h"
|
|
||||||
#include "streams/file_stream.h"
|
|
||||||
#include "memmap.h"
|
|
||||||
|
|
||||||
#include "gba_memory.h"
|
#include <streams/file_stream.h>
|
||||||
#include "gba_cc_lut.h"
|
#include <libretro.h>
|
||||||
|
|
||||||
|
#include "../common.h"
|
||||||
|
#include "../memmap.h"
|
||||||
|
#include "libretro_core_options.h"
|
||||||
|
|
||||||
|
#include "../gba_memory.h"
|
||||||
|
#include "../gba_cc_lut.h"
|
||||||
|
|
||||||
#if defined(VITA) && defined(HAVE_DYNAREC)
|
#if defined(VITA) && defined(HAVE_DYNAREC)
|
||||||
#include <psp2/kernel/sysmem.h>
|
#include <psp2/kernel/sysmem.h>
|
||||||
|
|
Loading…
Reference in New Issue