Cleaned up std includes because std is no longer private to fs.

This commit is contained in:
2016-06-25 18:49:39 -05:00
parent 1c428aa1f3
commit d61ff44910
10 changed files with 50 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <ox/std/_strops.hpp>
#include <ox/std/std.hpp>
#include <ox/fs/filestore.hpp>
using namespace ox::fs;