Use explicit path in #include statement (DS port specific)
svn-id: r30552
This commit is contained in:
parent
9a1e7a0c35
commit
4ba2df8792
4 changed files with 5 additions and 5 deletions
|
@ -20,10 +20,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "str.h"
|
||||
#include "common/str.h"
|
||||
#include "common/util.h"
|
||||
//#include <NDS/ARM9/console.h> //basic print funcionality
|
||||
#include "ds-fs.h"
|
||||
#include "backends/fs/ds/ds-fs.h"
|
||||
#include "dsmain.h"
|
||||
#include "gba_nds_fat.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define _DS_FS_H
|
||||
|
||||
//#include <NDS/ARM9/console.h>
|
||||
#include "fs.h"
|
||||
#include "common/fs.h"
|
||||
#include "zipreader.h"
|
||||
#include "ramsave.h"
|
||||
#include "scummconsole.h"
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
//#undef getc
|
||||
//#undef ferror
|
||||
|
||||
#include "ds-fs.h"
|
||||
#include "backends/fs/ds/ds-fs.h"
|
||||
|
||||
|
||||
//void std_fprintf(FILE* handle, const char* fmt, ...); // used in common/util.cpp
|
||||
|
|
|
@ -43,7 +43,7 @@ extern bool isSmartphone(void);
|
|||
#endif
|
||||
|
||||
#ifdef __DS__
|
||||
#include "ds-fs.h"
|
||||
#include "backends/fs/ds/ds-fs.h"
|
||||
|
||||
#undef stderr
|
||||
#undef stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue