Remove file_stream.h dependency on vfs_implementation.c
This commit is contained in:
parent
41b1329bc1
commit
b20de872a3
|
@ -65,8 +65,6 @@
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <streams/file_stream.h>
|
||||
|
||||
/* Assume W-functions do not work below Win2K and Xbox platforms */
|
||||
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0500 || defined(_XBOX)
|
||||
|
||||
|
@ -89,6 +87,7 @@
|
|||
#endif
|
||||
|
||||
#include <vfs/vfs_implementation.h>
|
||||
#include <libretro_vfs.h>
|
||||
#include <string/stdstring.h>
|
||||
#include <memmap.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
|
Loading…
Reference in New Issue