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