Breakup file system code into smaller files

(synced from 637c9f24c2)
This commit is contained in:
2018-02-02 01:15:15 -06:00
parent 65ba1e4231
commit b4363e1ccf
13 changed files with 360 additions and 304 deletions
+1 -1
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;
+1 -2
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;