Clang format sort includes

This commit is contained in:
gabime
2023-09-29 00:20:26 +03:00
parent a0e631802c
commit 463af69d41
81 changed files with 256 additions and 223 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <cctype>
#include "../common.h"
#if defined(__has_include)

View File

@@ -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

View File

@@ -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