From a5c5e3410d594ba724454a00faa088d92e60fce6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 29 May 2013 20:08:33 +0200 Subject: sw: unused includes in calcmove Change-Id: Id84e4df270e302399c4696e11da2d09f2ef44899 --- sw/source/core/layout/calcmove.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sw') diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx index a7fc278dd79d..df3770f74fa5 100644 --- a/sw/source/core/layout/calcmove.cxx +++ b/sw/source/core/layout/calcmove.cxx @@ -19,22 +19,13 @@ #include "rootfrm.hxx" #include "pagefrm.hxx" -#include "cntfrm.hxx" -#include "viewsh.hxx" -#include "doc.hxx" -#include "viewimp.hxx" #include "viewopt.hxx" -#include "swtypes.hxx" -#include "dflyobj.hxx" -#include "dcontact.hxx" -#include "flyfrm.hxx" #include "frmtool.hxx" #include "txtftn.hxx" #include "fmtftn.hxx" #include #include -#include #include #include #include @@ -42,8 +33,6 @@ #include "tabfrm.hxx" #include "ftnfrm.hxx" #include "txtfrm.hxx" -#include "pagedesc.hxx" -#include "ftninfo.hxx" #include "sectfrm.hxx" #include "dbg_lay.hxx" @@ -53,8 +42,6 @@ // #i36347# #include -#include - //------------------------------------------------------------------------ // Move methods //------------------------------------------------------------------------ -- cgit