diff options
Diffstat (limited to 'src/utils.hpp')
-rw-r--r-- | src/utils.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils.hpp b/src/utils.hpp index 91a1d8e..8c4cf4e 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -1,5 +1,4 @@ -#ifndef UTILS_HPP -#define UTILS_HPP +#pragma once #include <memory> #include <string> @@ -12,4 +11,3 @@ */ unsigned int str_to_uint(std::string str); -#endif |