From e9f34fbd26d7f50d0be644b02f55193a0c3ba12b Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 5 Apr 2019 23:10:12 +0300 Subject: [PATCH] wip --- example/example.cpp | 6 +----- src/os.cpp | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/example/example.cpp b/example/example.cpp index 918d19b1..217faa4e 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -14,9 +14,5 @@ spdlog::logger *get_logger(); int main(int, char *[]) { auto *l = get_logger(); - l->info("HE LO ", "GA"); - l->error("Some {} {} {}", "er or"); - l->error("Some {} {} {}", "er or"); - - + l->info("HE LO ", "GA"); } \ No newline at end of file diff --git a/src/os.cpp b/src/os.cpp index 9df80e3b..6d6cad72 100644 --- a/src/os.cpp +++ b/src/os.cpp @@ -6,7 +6,6 @@ #ifndef SPDLOG_HEADER_ONLY #include "spdlog/details/os.h" -#include "spdlog/common.h" #endif #include @@ -15,11 +14,10 @@ #include #include #include -#include #include +#include #include #include -#include #ifdef _WIN32