diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-02-13 22:08:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-02-17 07:26:55 -0800 |
commit | 18049bc8d08a4e223a9824efb26b710e6bca1958 (patch) | |
tree | 665355d9c6f6ca28e5e6d82d9e2fb34e53b81bcc | |
parent | c6d78bc134870fa2d9361b3f928451b7ab915043 (diff) | |
download | subsurface-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>
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 4 |
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 |