fix(headers): moved all headers to fourdst/

This commit is contained in:
2025-06-22 04:49:53 -04:00
parent 095fdffb9d
commit 00da230612
5 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#include <regex>
#include "quill/LogMacros.h"
#include "logging.h"
#include "fourdst/logging/logging.h"
std::string getLastLine(const std::string& filename) {
std::ifstream file(filename);