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>
This commit is contained in:
Berthold Stoeger 2021-02-13 22:08:34 +01:00 committed by Dirk Hohndel
parent c6d78bc134
commit 18049bc8d0

View file

@ -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