content.h and fix path to config_file.h

This commit is contained in:
sergiobenrocha2 2014-10-22 23:39:36 -02:00
parent 2cc5eb106b
commit 1b16487458
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,7 +1,7 @@
#include "RetroArch-Cascades.h"
#include "../../../general.h"
#include "../../../conf/config_file.h"
#include "../../../file.h"
#include "../../../libretro-sdk/file/config_file.h"
#include "../../../content.h"
#include "../../../frontend/info/core_info.h"
#include "../../frontend_qnx.h"

View File

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

View File

@ -26,7 +26,7 @@
#include "../driver.h"
#include "../performance.h"
#include "fonts/fonts.h"
#include "../file.h"
#include "../content.h"
typedef struct
{