diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-09-14 14:12:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-09-14 14:45:37 +0200 |
commit | b3483ab8750819a7fc717d0144423bf28693a709 (patch) | |
tree | 20d837f958b03828732518513e51f29ae74053a2 /sw | |
parent | 03efc3c2d04518482435d85ef548ac24c07aa39f (diff) |
sw: unused includes in ftnfrm
Change-Id: I25c9516c3eaac91ba5371497fb48b5d1e296eb0d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/ftnfrm.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx index 185cbc11084e..51b583ae9415 100644 --- a/sw/source/core/layout/ftnfrm.cxx +++ b/sw/source/core/layout/ftnfrm.cxx @@ -24,22 +24,15 @@ #include <pagefrm.hxx> #include <colfrm.hxx> #include <rootfrm.hxx> -#include <cntfrm.hxx> -#include <doc.hxx> -#include <ndtxt.hxx> #include <frmtool.hxx> -#include <swtable.hxx> #include <ftnfrm.hxx> #include <txtfrm.hxx> #include <tabfrm.hxx> #include <pagedesc.hxx> #include <ftninfo.hxx> -#include <ndindex.hxx> #include <sectfrm.hxx> -#include <pam.hxx> #include <objectformatter.hxx> #include "viewopt.hxx" -#include "viewsh.hxx" #include <switerator.hxx> /************************************************************************* |