diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-09-14 13:55:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-09-14 14:45:36 +0200 |
commit | b2c668a62d8f74f153d3e300c37a6379082dc25a (patch) | |
tree | 83d02ffadfa2dcf765c505e4215e7f7cb1a7bab8 | |
parent | c4f5b1745c8317148752d47c0c5e90b216bb2832 (diff) |
sw: unused includes in flylay
Change-Id: I45b8c171efa1b6f96edfbfaddf5b4881da5dda7b
-rw-r--r-- | sw/source/core/layout/flylay.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index 5308a951491f..66beef2a930d 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -17,25 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "doc.hxx" #include "pagefrm.hxx" #include "rootfrm.hxx" #include "cntfrm.hxx" -#include "dview.hxx" #include "dflyobj.hxx" #include "dcontact.hxx" -#include "flyfrm.hxx" #include "ftnfrm.hxx" #include "frmtool.hxx" -#include "frmfmt.hxx" #include "hints.hxx" -#include "pam.hxx" #include "sectfrm.hxx" #include <svx/svdpage.hxx> #include <editeng/ulspitem.hxx> -#include <fmtanchr.hxx> #include <fmtornt.hxx> #include <fmtfsize.hxx> #include "ndole.hxx" @@ -46,7 +40,6 @@ #include <environmentofanchoredobject.hxx> // #i28701# #include <sortedobjs.hxx> -#include <viewsh.hxx> #include <viewimp.hxx> |