diff options
Diffstat (limited to 'editor/save.cpp')
-rw-r--r-- | editor/save.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/save.cpp b/editor/save.cpp index 35cdf9e7..e3d917fa 100644 --- a/editor/save.cpp +++ b/editor/save.cpp @@ -1,8 +1,6 @@ #include "app.hpp" #include "floormat/main.hpp" #include "src/world.hpp" - -#include <filesystem> #include <Corrade/Utility/Path.h> namespace floormat { @@ -11,9 +9,6 @@ namespace floormat { #define quicksave_file save_dir "/" "quicksave.dat" #define quicksave_tmp save_dir "/" "quicksave.tmp" -namespace Path = Corrade::Utility::Path; -using std::filesystem::path; - static bool ensure_save_directory() { if (Path::make(save_dir)) |