summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-02-13 22:08:34 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-02-17 07:26:55 -0800
commit18049bc8d08a4e223a9824efb26b710e6bca1958 (patch)
tree665355d9c6f6ca28e5e6d82d9e2fb34e53b81bcc /desktop-widgets
parentc6d78bc134870fa2d9361b3f928451b7ab915043 (diff)
downloadsubsurface-18049bc8d08a4e223a9824efb26b710e6bca1958.tar.gz
cleanup: remove unused includes in mainwindow.cpp
The printing code moved elsewhere, so these includes are not needed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/mainwindow.cpp4
1 files changed, 0 insertions, 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 <QPrinter>
-#include <QPrintDialog>
-#include <QBuffer>
#include "desktop-widgets/printdialog.h"
-#include "desktop-widgets/printer.h"
#include "desktop-widgets/templatelayout.h"
#endif