diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 0dde700c..9fbfc669 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -5,6 +5,8 @@ #pragma once +#include "tweakme.h" + #include #include #include diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index ff79ef6e..f84697d8 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -9,7 +9,6 @@ #define SPDLOG_VERSION "0.16.3" -#include "tweakme.h" #include "common.h" #include "logger.h"