mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-03 11:09:15 +08:00
removed un needed includes
This commit is contained in:
parent
b4cde3fc21
commit
c50ba69689
@ -19,10 +19,9 @@
|
|||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <functional>
|
|
||||||
#include <iostream>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace details {
|
namespace details {
|
||||||
class thread_pool;
|
class thread_pool;
|
||||||
|
Loading…
Reference in New Issue
Block a user