1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Removed uneeded include

This commit is contained in:
gabime 2019-08-22 00:59:16 +03:00
parent 3adfeeec3e
commit 74df115fc1

View File

@ -4,7 +4,6 @@
#pragma once #pragma once
#include "spdlog/common.h" #include "spdlog/common.h"
#include <string>
namespace spdlog { namespace spdlog {
namespace details { namespace details {