get rid of config.hpp in osuparser.hpp when pp debugging

This commit is contained in:
jacekpoz 2024-04-25 12:14:41 +02:00
parent d0b5c4d514
commit b710520724
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -2,9 +2,9 @@
#ifndef PP_DEBUG #ifndef PP_DEBUG
#include <filesystem> #include <filesystem>
#endif
#include <config.hpp> #include <config.hpp>
#endif
namespace fs = std::filesystem; namespace fs = std::filesystem;