mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
c6d78bc134
commit
18049bc8d0
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue