summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flycnt.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-12 23:38:49 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-14 10:43:24 +0100
commit96b1934c03b6c06aa5d28c35cc1a55879d475b6d (patch)
treee7114b1e76f745b56387195c979132052fbf1fea /sw/source/core/layout/flycnt.cxx
parent122a0be8ae480473bd1d7f35e197a2529f4621e3 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I173b3aaca84a707799f0ee78cddcbd70524897bc Reviewed-on: https://gerrit.libreoffice.org/82561 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/layout/flycnt.cxx')
-rw-r--r--sw/source/core/layout/flycnt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx
index f3c442ac8cfa..1e449338331e 100644
--- a/sw/source/core/layout/flycnt.cxx
+++ b/sw/source/core/layout/flycnt.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/bigint.hxx>
#include <sal/log.hxx>
+#include <svx/swframetypes.hxx>
#include <pagefrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
@@ -30,6 +30,7 @@
#include <frmtool.hxx>
#include <dflyobj.hxx>
#include <hints.hxx>
+#include <fmtanchr.hxx>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
#include <fmtsrnd.hxx>
@@ -41,7 +42,6 @@
#include <sectfrm.hxx>
#include <tocntntanchoredobjectposition.hxx>
-#include <dcontact.hxx>
#include <sortedobjs.hxx>
#include <layouter.hxx>
#include "objectformattertxtfrm.hxx"