Merge pull request #887 from peergynt/peergynt-cleanup

Cleanup header file: remove log_msg.h include from fmt_helper.h
This commit is contained in:
Gabi Melman
2018-10-29 19:18:04 +02:00
committed by GitHub

View File

@@ -5,7 +5,6 @@
#pragma once #pragma once
#include "chrono" #include "chrono"
#include "spdlog/details/log_msg.h"
#include "spdlog/fmt/fmt.h" #include "spdlog/fmt/fmt.h"
// Some fmt helpers to efficiently format and pad ints and strings // Some fmt helpers to efficiently format and pad ints and strings