From 4bf7e8a5a26edb01a07ebdbe0d569c9afa47fa7d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 26 Sep 2021 19:54:56 +0200 Subject: [PATCH] Remove unnecessary iostream import I was going to add a warning to the last commit, but I ended up not doing it because we should be printing those to the logger instead. --- src/plugin/utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp index 247d8ff4..c4f31ee9 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -16,8 +16,6 @@ #include "utils.h" -#include - #include #include #include