Use explicit path in #include statement (DS port specific)

svn-id: r30552
This commit is contained in:
Max Horn 2008-01-18 17:24:34 +00:00
parent 9a1e7a0c35
commit 4ba2df8792
4 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@
* *
*/ */
#include "str.h" #include "common/str.h"
#include "common/util.h" #include "common/util.h"
//#include <NDS/ARM9/console.h> //basic print funcionality //#include <NDS/ARM9/console.h> //basic print funcionality
#include "ds-fs.h" #include "backends/fs/ds/ds-fs.h"
#include "dsmain.h" #include "dsmain.h"
#include "gba_nds_fat.h" #include "gba_nds_fat.h"

View file

@ -24,7 +24,7 @@
#define _DS_FS_H #define _DS_FS_H
//#include <NDS/ARM9/console.h> //#include <NDS/ARM9/console.h>
#include "fs.h" #include "common/fs.h"
#include "zipreader.h" #include "zipreader.h"
#include "ramsave.h" #include "ramsave.h"
#include "scummconsole.h" #include "scummconsole.h"

View file

@ -74,7 +74,7 @@
//#undef getc //#undef getc
//#undef ferror //#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 //void std_fprintf(FILE* handle, const char* fmt, ...); // used in common/util.cpp

View file

@ -43,7 +43,7 @@ extern bool isSmartphone(void);
#endif #endif
#ifdef __DS__ #ifdef __DS__
#include "ds-fs.h" #include "backends/fs/ds/ds-fs.h"
#undef stderr #undef stderr
#undef stdout #undef stdout