diff options
Diffstat (limited to 'source/core/StarNetElementSignal.hpp')
-rw-r--r-- | source/core/StarNetElementSignal.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarNetElementSignal.hpp b/source/core/StarNetElementSignal.hpp index 03a2586..9faa127 100644 --- a/source/core/StarNetElementSignal.hpp +++ b/source/core/StarNetElementSignal.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_NET_ELEMENT_SIGNAL_HPP -#define STAR_NET_ELEMENT_SIGNAL_HPP +#pragma once #include "StarNetElement.hpp" @@ -141,5 +140,3 @@ List<Signal> NetElementSignal<Signal>::receive() { } } - -#endif |