diff --git a/dCommon/GeneralUtils.h b/dCommon/GeneralUtils.h index 1565a3d7..b888ddf5 100644 --- a/dCommon/GeneralUtils.h +++ b/dCommon/GeneralUtils.h @@ -18,7 +18,6 @@ #include "dPlatforms.h" #include "Game.h" #include "Logger.h" -#include "json_fwd.hpp" enum eInventoryType : uint32_t; enum class eObjectBits : size_t; diff --git a/dCommon/Logger.h b/dCommon/Logger.h index 7782f470..5754d9ac 100644 --- a/dCommon/Logger.h +++ b/dCommon/Logger.h @@ -80,7 +80,6 @@ public: void SetLogToConsole(bool logToConsole); void SetLogDebugStatements(bool logDebugStatements) { m_logDebugStatements = logDebugStatements; } - bool GetLogDebugStatements() const { return m_logDebugStatements; } private: void vLog(const char* format, va_list args);