mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Clang format sort includes
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "logger.h"
|
||||
#include "version.h"
|
||||
#include "details/registry.h"
|
||||
#include "details/synchronous_factory.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "common.h"
|
||||
#include "details/registry.h"
|
||||
#include "details/synchronous_factory.h"
|
||||
#include "logger.h"
|
||||
#include "version.h"
|
||||
|
||||
namespace spdlog {
|
||||
|
||||
using default_factory = synchronous_factory;
|
||||
|
Reference in New Issue
Block a user