mirror of
https://github.com/gabime/spdlog
synced 2026-06-08 14:19:56 +00:00
moved file sinks sinks folder
This commit is contained in:
+3
-3
@@ -7,9 +7,9 @@
|
||||
// bench.cpp : spdlog benchmarks
|
||||
//
|
||||
#include "spdlog/async.h"
|
||||
#include "spdlog/sinks/file/simple_file_sink.h"
|
||||
#include "spdlog/sinks/file/daily_file_sink.h"
|
||||
#include "spdlog/sinks/file/rotating_file_sink.h"
|
||||
#include "spdlog/sinks/simple_file_sink.h"
|
||||
#include "spdlog/sinks/daily_file_sink.h"
|
||||
#include "spdlog/sinks/rotating_file_sink.h"
|
||||
#include "spdlog/sinks/null_sink.h"
|
||||
#include "spdlog/spdlog.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user