printing: move #includes from headers to source files

To decrease include-file interdependencies.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-12-13 13:32:40 +01:00 committed by Dirk Hohndel
parent 2239ffe13c
commit fa6eb6144b
10 changed files with 39 additions and 21 deletions

View file

@ -55,9 +55,12 @@
#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
#include "qt-models/cylindermodel.h"