mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Clang format sort includes
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cctype>
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
#if defined(__has_include)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#if !defined(SPDLOG_USE_STD_FORMAT)
|
||||
#if !defined(SPDLOG_FMT_EXTERNAL)
|
||||
#include "../fmt/bundled/compile.h"
|
||||
#include "../fmt/bundled/compile.h"
|
||||
#else
|
||||
#include <fmt/compile.h>
|
||||
#endif
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#if !defined(SPDLOG_USE_STD_FORMAT)
|
||||
#if !defined(SPDLOG_FMT_EXTERNAL)
|
||||
#include "../fmt/bundled/ostream.h"
|
||||
#include "../fmt/bundled/ostream.h"
|
||||
#else
|
||||
#include <fmt/ostream.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user