Update headers to use #pragma once

This commit is contained in:
Alexander Kremer
2022-11-23 17:46:31 +00:00
committed by Michael Legleux
parent 7bb567761c
commit bf217345ae
33 changed files with 35 additions and 143 deletions

View File

@@ -1,5 +1,4 @@
#ifndef RPC_COUNTERS_H
#define RPC_COUNTERS_H
#pragma once
#include <boost/json.hpp>
#include <chrono>
@@ -53,5 +52,3 @@ public:
};
} // namespace RPC
#endif // RPC_COUNTERS_H