1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 18:19:54 +08:00

Removed uneeded include traits from common.h

This commit is contained in:
gabime 2024-12-05 17:53:31 +02:00
parent 7a7b9d8f91
commit 8acf96659f

View File

@ -12,7 +12,6 @@
#include <initializer_list>
#include <memory>
#include <string>
#include <type_traits>
#include <filesystem>
#include "./source_loc.h"