From 6b88cee9d893946acad0fa4ff4795712839b426e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 11 May 2020 23:26:06 +0200 Subject: [PATCH] Remove useless includes. --- src/runner/converters.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/runner/converters.h b/src/runner/converters.h index 6fa50e4..988f839 100644 --- a/src/runner/converters.h +++ b/src/runner/converters.h @@ -11,9 +11,6 @@ // sip and qt slots seems to conflict #include -#include "idownloadmanager.h" -#include "imodrepositorybridge.h" - // Include the container converters from utils: #include "pythonutils.h"