From 8dfa3d885b34f9d9cc20b47890268cedb9fb217f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 16:04:57 +0100 Subject: flush it --- editor/save.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editor/save.cpp') 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 #include 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)) -- cgit v1.2.3