move includes out of namespace

pull/2814/head
drakbar 2 years ago
parent 48b28eb0ec
commit 4927fd03ba

@ -6,15 +6,16 @@
#include <spdlog/common.h> #include <spdlog/common.h>
#include <string> #include <string>
#if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING)
# include <vector>
# include <array>
#endif
namespace spdlog { namespace spdlog {
namespace details { namespace details {
#if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING) #if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING)
#include <vector>
#include <array>
enum class style_type enum class style_type
{ {
// reservation for data structures // reservation for data structures

Loading…
Cancel
Save