From 2fbe2c72979e1470c85b8ff631e42e0594bd523c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 24 Jan 2022 22:40:42 +0100 Subject: refactor: use #pragma once --- src/utils.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/utils.hpp') 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 #include @@ -12,4 +11,3 @@ */ unsigned int str_to_uint(std::string str); -#endif -- cgit v1.2.3-18-g5258