From a7cfc9e779d646dece276d6a01ba71b513e31582 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 20 Jan 2022 19:20:11 +0100 Subject: [PATCH] remove unnecessary include --- modules/gui/src/python_shell/python_interpreter_worker.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/src/python_shell/python_interpreter_worker.cc b/modules/gui/src/python_shell/python_interpreter_worker.cc index 287660144..272f018a4 100644 --- a/modules/gui/src/python_shell/python_interpreter_worker.cc +++ b/modules/gui/src/python_shell/python_interpreter_worker.cc @@ -20,7 +20,6 @@ #include "python_interpreter_worker.hh" #include "python_interpreter.hh" -#include <iostream> namespace ost { namespace gui { -- GitLab