refactor: Replace <filesystem> with <util/fs.h>

All code in this repo uses <util/fs.h>, except for a few lines. This is
confusing and potentially dangerous, if the safe <util/fs.h> wrappers
are not used.
This commit is contained in:
MarcoFalke
2023-07-14 11:28:42 +02:00
parent f5c5ddafbc
commit fada2f9110
5 changed files with 7 additions and 9 deletions

View File

@@ -28,7 +28,6 @@
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <filesystem>
#include <map>
#include <optional>
#include <stdexcept>