Commit 04d0dd59 authored by gabime's avatar gabime

moved SPDLOG_VERSION macro to common.h

parent 051048eb
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#pragma once #pragma once
#define SPDLOG_VERSION "0.16.3"
#include "tweakme.h" #include "tweakme.h"
#include <string> #include <string>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#pragma once #pragma once
#define SPDLOG_VERSION "0.16.3"
#include "common.h" #include "common.h"
#include "logger.h" #include "logger.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment