remove unneeded includes from file

This commit is contained in:
gabime 2018-06-26 02:37:35 +03:00
parent 91264ea2f0
commit 92e2cef67f

View File

@ -8,9 +8,6 @@
#include "fmt/fmt.h" #include "fmt/fmt.h"
#include "spdlog/details/log_msg.h" #include "spdlog/details/log_msg.h"
#include <memory>
#include <string>
#include <vector>
namespace spdlog { namespace spdlog {