From 054eb555ca0a37b5b75c36618dfc0d1be6295316 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 3 Feb 2017 15:28:32 +0200 Subject: [PATCH] Moved `SPDLOG_VERSION` macro to spdlog.h --- include/spdlog/spdlog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 92e36804..4f666718 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -2,7 +2,6 @@ // Copyright(c) 2015 Gabi Melman. // Distributed under the MIT License (http://opensource.org/licenses/MIT) // - // spdlog main header file. // see example.cpp for usage example