Cleanup Includes/Add PushMessage(string, string)

This commit is contained in:
2024-05-17 11:33:09 +02:00
parent e0c03f2ec5
commit f3291963d4
23 changed files with 35 additions and 66 deletions

View File

@@ -8,7 +8,6 @@
// Debugging
#include <algorithm>
#include <filesystem>
#include <memory>
#include <renderd7/stringtool.hpp>
bool ___dir__predicate__(const RenderD7::FileSystem::Entry &lhs,
@@ -68,4 +67,4 @@ RenderD7::FileSystem::GetDirContentsExt(
}
std::sort(res.begin(), res.end(), ___dir__predicate__);
return res;
}
}