From b20de872a3e69efa3ab24a18498fde825468cd2b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 14 Dec 2017 16:41:10 +0100 Subject: [PATCH] Remove file_stream.h dependency on vfs_implementation.c --- libretro-common/vfs/vfs_implementation.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libretro-common/vfs/vfs_implementation.c b/libretro-common/vfs/vfs_implementation.c index b80cb63329..b40320ab8d 100644 --- a/libretro-common/vfs/vfs_implementation.c +++ b/libretro-common/vfs/vfs_implementation.c @@ -65,8 +65,6 @@ #include #endif -#include - /* 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 +#include #include #include #include