[ox/fs] Remove Boost FS usage

This commit is contained in:
2019-10-09 18:59:52 -05:00
parent aefd65b9e9
commit ce7c416fb7
2 changed files with 0 additions and 18 deletions

View File

@ -15,15 +15,6 @@
#define OX_PASSTHROUGHFS_HAS_DEPENDENCIES
#elif defined(OX_USE_BOOSTFS)
#include <boost/filesystem>
#include <string>
using std::filesystem = boost::filesystem;
#define OX_PASSTHROUGHFS_HAS_DEPENDENCIES
#endif
#ifdef OX_PASSTHROUGHFS_HAS_DEPENDENCIES