mess with includes

certain headers are included in fs_reader.h
fs namespace defined in fs_reader.h
This commit is contained in:
AustrianToast 2024-02-14 22:41:35 +01:00
parent 3bfe25a63e
commit 9357c0392c
No known key found for this signature in database
GPG Key ID: 5CD422268E489EB4

View File

@ -1,8 +1,5 @@
#include <string>
#include <vector>
#include <iostream> #include <iostream>
#include <filesystem> #include "fs_reader.h"
namespace fs = std::filesystem;
// from the provided path, find all files and folders // from the provided path, find all files and folders
// This is done by finding all the files and folders in the starting dir // This is done by finding all the files and folders in the starting dir