Fix header includes

This commit is contained in:
twinaphex 2021-09-30 23:30:03 +02:00
parent 6c195cdcaa
commit bd5cf7c1e5
1 changed files with 9 additions and 7 deletions

View File

@ -3,14 +3,16 @@
#include <stdio.h>
#include <string.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 "gba_cc_lut.h"
#include <streams/file_stream.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)
#include <psp2/kernel/sysmem.h>