diff options
Diffstat (limited to 'source/core/StarNetElement.hpp')
-rw-r--r-- | source/core/StarNetElement.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarNetElement.hpp b/source/core/StarNetElement.hpp index 5d21fe3..dd909b8 100644 --- a/source/core/StarNetElement.hpp +++ b/source/core/StarNetElement.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_ELEMENT_HPP -#define STAR_NET_ELEMENT_HPP +#pragma once #include "StarDataStream.hpp" @@ -58,5 +57,3 @@ public: }; } - -#endif |