mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
small clean
This commit is contained in:
parent
a287bccd40
commit
8d83c0b2b0
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <utility>
|
||||
#include <cstring>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
// Fast memory storage
|
||||
// stores its contents on the stack when possible, in vector<char> otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user