diff options
Diffstat (limited to 'source/core/StarUdp.hpp')
-rw-r--r-- | source/core/StarUdp.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarUdp.hpp b/source/core/StarUdp.hpp index 81d28a4..7dccd3a 100644 --- a/source/core/StarUdp.hpp +++ b/source/core/StarUdp.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_UDP_HPP -#define STAR_UDP_HPP +#pragma once #include "StarSocket.hpp" @@ -37,5 +36,3 @@ private: }; } - -#endif |