moved SPDLOG_VERSION macro to common.h

This commit is contained in:
gabime 2018-02-23 14:39:41 +02:00
parent 051048ebd7
commit 04d0dd5987
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
#pragma once
#define SPDLOG_VERSION "0.16.3"
#include "tweakme.h"
#include <string>

View File

@ -7,7 +7,6 @@
#pragma once
#define SPDLOG_VERSION "0.16.3"
#include "common.h"
#include "logger.h"