diff options
Diffstat (limited to 'source/core/StarNetElementContainers.hpp')
-rw-r--r-- | source/core/StarNetElementContainers.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarNetElementContainers.hpp b/source/core/StarNetElementContainers.hpp index b48755d..62cce86 100644 --- a/source/core/StarNetElementContainers.hpp +++ b/source/core/StarNetElementContainers.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_ELEMENT_CONTAINERS_HPP -#define STAR_NET_ELEMENT_CONTAINERS_HPP +#pragma once #include "StarMap.hpp" #include "StarDataStreamExtra.hpp" @@ -448,5 +447,3 @@ void NetElementMapWrapper<BaseMap>::applyChange(ElementChange change) { } } - -#endif |