Breakup file system code into smaller files

This commit is contained in:
2018-02-02 01:15:15 -06:00
parent 9ce4835000
commit 637c9f24c2
13 changed files with 360 additions and 304 deletions

View File

@@ -6,7 +6,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
using namespace ox;

View File

@@ -11,8 +11,7 @@
#include <map>
#include <vector>
#include <string>
#include <ox/fs/filesystem.hpp>
#include <ox/fs/pathiterator.hpp>
#include <ox/fs/fs.hpp>
#include <ox/std/std.hpp>
using namespace std;