From 55af7474d04d265c5b8a25f0a75179b1623955e7 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 7 Jan 2026 12:47:33 +0100 Subject: [PATCH] removed unneeded include --- src/utils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.hpp b/src/utils.hpp index 8d6cf35..d005eb6 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -1,4 +1,3 @@ -#include #include // trim string in-place, removing all whitespaces and surrounding '"' symbols