(GX) Fix implicit declaration warnings

This commit is contained in:
twinaphex 2014-10-21 01:34:00 +02:00
parent df153855c7
commit 375273720f
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include "../general.h"
#include "../file.h"
#include "../file_ext.h"
#include "../file_path.h"
#include "../dir_list.h"
#include "frontend_context.h"

View file

@ -22,6 +22,7 @@
#include "../../gfx/gx/sdk_defines.h"
#include "../../file.h"
#include "../../file_path.h"
#if defined(HW_RVL) && !defined(IS_SALAMANDER)
#include "../../wii/mem2_manager.h"

View file

@ -22,6 +22,7 @@
#include <gctypes.h>
#include <ogc/cache.h>
#include "../../gfx/gx/ppc_asm.h"
#include "../../file_path.h"
#include <ogc/system.h>
#include <ogc/usbstorage.h>
#include <sdcard/wiisd_io.h>