summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentDeviceManager.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-29 12:11:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-05 08:40:15 +0100
commitee909ca2c02f949605f68720c3f1eef658502749 (patch)
treedbbb17190d41ef3e59e307032848f0f3604650f6 /sw/source/core/doc/DocumentDeviceManager.cxx
parentf6e7683847e5c959948b55c35bc916c69beb615e (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id33b8c1e0c02c21591b167a8b3f0ea288fac63bd Reviewed-on: https://gerrit.libreoffice.org/81689 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/doc/DocumentDeviceManager.cxx')
-rw-r--r--sw/source/core/doc/DocumentDeviceManager.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/doc/DocumentDeviceManager.cxx b/sw/source/core/doc/DocumentDeviceManager.cxx
index 9f411c82424a..e0c0b7d09be8 100644
--- a/sw/source/core/doc/DocumentDeviceManager.cxx
+++ b/sw/source/core/doc/DocumentDeviceManager.cxx
@@ -22,7 +22,6 @@
#include <memory>
#include <utility>
-#include <IDocumentDeviceAccess.hxx>
#include <doc.hxx>
#include <DocumentSettingManager.hxx>
#include <IDocumentDrawModelAccess.hxx>
@@ -35,8 +34,6 @@
#include <printdata.hxx>
#include <vcl/mapmod.hxx>
#include <svl/itemset.hxx>
-#include <svx/svdmodel.hxx>
-#include <sal/log.hxx>
#include <cmdid.h>
#include <drawdoc.hxx>
#include <wdocsh.hxx>