diff --git a/firmware/util/containers/counter64.h b/firmware/util/containers/counter64.h index 963f738f2d..8696f654ff 100644 --- a/firmware/util/containers/counter64.h +++ b/firmware/util/containers/counter64.h @@ -5,8 +5,7 @@ * @author Andrey Belomutskiy, (c) 2012-2020 */ -#ifndef UTIL_CONTAINERS_COUNTER64_H_ -#define UTIL_CONTAINERS_COUNTER64_H_ +#pragma once #include "global.h" @@ -30,5 +29,3 @@ class Overflow64Counter State64 state; }; - -#endif /* UTIL_CONTAINERS_COUNTER64_H_ */