Remove unused include from mod_loader.hpp

This was for the code mods toggle before I moved the checking logic to CMake.
This commit is contained in:
PJB3005
2026-05-29 09:56:47 +02:00
parent c83cc3b971
commit fd26670b0e
-4
View File
@@ -5,10 +5,6 @@
#include "dusk/mod_loader.hpp"
#if __APPLE__
#include <TargetConditionals.h>
#endif
namespace dusk::modding {
#if DUSK_CODE_MODS