aboutsummaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-01-24 22:40:42 +0100
committerHampusM <hampus@hampusmat.com>2022-01-24 22:40:42 +0100
commit2fbe2c72979e1470c85b8ff631e42e0594bd523c (patch)
tree9a48f099d8f9698a92eb8296e396315449517249 /src/utils.hpp
parent9f685c302a52f0801ca2f03fc03db3cae61ad3e9 (diff)
refactor: use #pragma once
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp4
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