aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-13 21:30:39 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-13 21:30:39 +0200
commitb97c4c3ccad3c917e2073329e8d1c7b7351e96aa (patch)
tree0e5b5791ace6f1f72dac4ce42ca5d990165fc3c7 /include/Storage.hpp
parenta9d69f57a0cd4f9cccff07b2890a860695d1e7ed (diff)
Include refactoring
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index 9107bb2..1bf44a9 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -2,7 +2,6 @@
#include "Path.hpp"
#include <functional>
-#include <filesystem>
#include <rapidjson/fwd.h>
namespace Json {
@@ -11,7 +10,7 @@ namespace Json {
namespace QuickMedia {
// Return false to stop the iterator
- using FileIteratorCallback = std::function<bool(const std::filesystem::path &filepath)>;
+ using FileIteratorCallback = std::function<bool(const Path &filepath)>;
enum class FileType {
FILE_NOT_FOUND,