From 3073a88cd16b6e85401363c814e5ac7ae11b9270 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Sun, 25 Feb 2024 15:46:47 +0100 Subject: Use "#pragma once" instead of include guards --- source/core/StarNetElementDynamicGroup.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/core/StarNetElementDynamicGroup.hpp') diff --git a/source/core/StarNetElementDynamicGroup.hpp b/source/core/StarNetElementDynamicGroup.hpp index 75d11c8..4f3a2d3 100644 --- a/source/core/StarNetElementDynamicGroup.hpp +++ b/source/core/StarNetElementDynamicGroup.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_ELEMENT_DYNAMIC_GROUP_HPP -#define STAR_NET_ELEMENT_DYNAMIC_GROUP_HPP +#pragma once #include "StarNetElement.hpp" #include "StarIdMap.hpp" @@ -313,5 +312,3 @@ void NetElementDynamicGroup::readyElement(ElementPtr const& element) { } } - -#endif -- cgit v1.2.3