diff --git a/src/Logger/Logger.cpp b/src/Logger/Logger.cpp index 6715886..b8f5cd4 100644 --- a/src/Logger/Logger.cpp +++ b/src/Logger/Logger.cpp @@ -14,16 +14,10 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#ifdef SAVETOOL_DEBUG_BUILD #include -#endif -#include -#include #include -#include - #include "Logger.h" using Containers::Array; diff --git a/src/Logger/Logger.h b/src/Logger/Logger.h index 75d0f2d..7450754 100644 --- a/src/Logger/Logger.h +++ b/src/Logger/Logger.h @@ -19,7 +19,9 @@ #include #include +#ifndef SAVETOOL_DEBUG_BUILD #include +#endif #include #include