Fixup some headers

This commit is contained in:
twinaphex 2014-10-23 03:54:18 +02:00
parent 97776b8438
commit 82d64254f4
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include <screen/screen.h>
#include <sys/neutrino.h>
#include "../../../general.h"
#include "../../../libretro-sdk/file/config_file.h"
#include <file/config_file.h>
#include "../../../content.h"
/*

View File

@ -1,6 +1,6 @@
#include "RetroArch-Cascades.h"
#include "../../../general.h"
#include "../../../libretro-sdk/file/config_file.h"
#include <file/config_file.h>
#include "../../../content.h"
#include "../../../frontend/info/core_info.h"

View File

@ -17,7 +17,7 @@
#include <emscripten/emscripten.h>
#include "../../general.h"
#include "../../libretro-sdk/file/config_file.h"
#include <file/config_file.h>
#include "../../content.h"
#include "../frontend.h"