diff options
Diffstat (limited to 'source/core/StarBytes.hpp')
-rw-r--r-- | source/core/StarBytes.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarBytes.hpp b/source/core/StarBytes.hpp index 3dd013f..ce77483 100644 --- a/source/core/StarBytes.hpp +++ b/source/core/StarBytes.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BYTES_HPP -#define STAR_BYTES_HPP +#pragma once #include "StarMemory.hpp" @@ -105,5 +104,3 @@ inline void fromByteOrder(ByteOrder order, void* dest, void const* src, size_t l } } - -#endif |