summaryrefslogtreecommitdiff
path: root/src/utils/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/stringutils.h')
-rw-r--r--src/utils/stringutils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h
index e7ff1332..8781a9c4 100644
--- a/src/utils/stringutils.h
+++ b/src/utils/stringutils.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef UTILS_STRINGUTILS_H
-#define UTILS_STRINGUTILS_H
+#pragma once
#include <optional>
#include <sstream>
@@ -221,5 +220,3 @@ std::string getHostNameFromURL(const std::string &url);
* separator.
*/
std::string join(const std::vector<std::string> &strings, const char *separator);
-
-#endif // UTILS_STRINGUTILS_H