mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 04:26:15 -07:00
stop clang-format from breaking the build by sorting headers here
This commit is contained in:
parent
ba2a4a605c
commit
6d532944bd
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@
|
|||
#ifndef METRICS_H_
|
||||
#define METRICS_H_
|
||||
|
||||
#include <prometheus/histogram.h>
|
||||
// clang-format off
|
||||
#include <prometheus/simpleapi.h>
|
||||
#include <prometheus/histogram.h>
|
||||
// clang-format on
|
||||
|
||||
namespace prometheus {
|
||||
namespace simpleapi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue