From e9dadc07acb668a23f5cdc582431ec5098dd86f8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 15 Apr 2020 11:12:06 +0200 Subject: [PATCH] common/src/core/dictionary.cpp: get rid of iostream header --- common/src/core/dictionary.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/core/dictionary.cpp b/common/src/core/dictionary.cpp index 7446b34..12c8e42 100644 --- a/common/src/core/dictionary.cpp +++ b/common/src/core/dictionary.cpp @@ -22,7 +22,6 @@ * SOFTWARE. */ #include -#include #include #include #include