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:
@@ -2,9 +2,6 @@
|
||||
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
|
||||
#pragma once
|
||||
#include "details/null_mutex.h"
|
||||
#include "tweakme.h"
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
@@ -17,6 +14,9 @@
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
||||
#include "details/null_mutex.h"
|
||||
#include "tweakme.h"
|
||||
|
||||
#if __has_include(<version>)
|
||||
#include <version>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user