Remove file_stream.h dependency on vfs_implementation.c

This commit is contained in:
twinaphex 2017-12-14 16:41:10 +01:00
parent 41b1329bc1
commit b20de872a3

View File

@ -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>