From 18049bc8d08a4e223a9824efb26b710e6bca1958 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 13 Feb 2021 22:08:34 +0100 Subject: [PATCH] cleanup: remove unused includes in mainwindow.cpp The printing code moved elsewhere, so these includes are not needed. Signed-off-by: Berthold Stoeger --- desktop-widgets/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index c0188047e..91fd44fcb 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -56,11 +56,7 @@ #include "profile-widget/profilewidget2.h" #ifndef NO_PRINTING -#include -#include -#include #include "desktop-widgets/printdialog.h" -#include "desktop-widgets/printer.h" #include "desktop-widgets/templatelayout.h" #endif