stop clang-format from breaking the build by sorting headers here

This commit is contained in:
Grant Limberg 2025-07-03 08:38:21 -07:00
parent ba2a4a605c
commit 6d532944bd
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

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