Change all prometheus #includes to use angle brackets

This commit is contained in:
Tim Wojtulewicz 2024-05-13 11:55:58 -07:00
parent a49e1772cf
commit 178103d2ee
6 changed files with 13 additions and 18 deletions

View file

@ -2,6 +2,8 @@
#pragma once
#include <prometheus/exposer.h>
#include <prometheus/registry.h>
#include <condition_variable>
#include <cstdint>
#include <initializer_list>
@ -17,9 +19,6 @@
#include "zeek/telemetry/ProcessStats.h"
#include "zeek/telemetry/Utils.h"
#include "prometheus/exposer.h"
#include "prometheus/registry.h"
namespace zeek {
class RecordVal;
using RecordValPtr = IntrusivePtr<RecordVal>;