diff options
Diffstat (limited to 'core/utils')
| -rw-r--r-- | core/utils/epoch.hh | 4 | ||||
| -rw-r--r-- | core/utils/physfs.hh | 4 | ||||
| -rw-r--r-- | core/utils/string.hh | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/core/utils/epoch.hh b/core/utils/epoch.hh index 1cd7f43..4bf5460 100644 --- a/core/utils/epoch.hh +++ b/core/utils/epoch.hh @@ -1,5 +1,3 @@ -#ifndef CORE_UTILS_EPOCH_HH -#define CORE_UTILS_EPOCH_HH 1 #pragma once namespace utils @@ -15,5 +13,3 @@ std::int64_t signed_unix_seconds(void); std::int64_t signed_unix_milliseconds(void); std::int64_t signed_unix_microseconds(void); } // namespace utils - -#endif // CORE_UTILS_EPOCH_HH diff --git a/core/utils/physfs.hh b/core/utils/physfs.hh index df5e392..4af94dc 100644 --- a/core/utils/physfs.hh +++ b/core/utils/physfs.hh @@ -1,5 +1,3 @@ -#ifndef UTILS_PHYSFS_HH -#define UTILS_PHYSFS_HH 1 #pragma once namespace utils @@ -14,5 +12,3 @@ namespace utils { std::string_view physfs_error(void); } // namespace utils - -#endif // UTILS_PHYSFS_HH diff --git a/core/utils/string.hh b/core/utils/string.hh index 3ba56a0..827c3ca 100644 --- a/core/utils/string.hh +++ b/core/utils/string.hh @@ -1,5 +1,3 @@ -#ifndef CORE_UTILS_STRING_HH -#define CORE_UTILS_STRING_HH 1 #pragma once namespace utils @@ -17,5 +15,3 @@ namespace utils { std::string trim_whitespace(const std::string& string); } // namespace utils - -#endif // CORE_UTILS_STRING_HH |
