diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-05-29 21:32:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-05-30 07:29:54 +0200 |
commit | 7d581c5ffe81ec028746d3308da38464a478c1c4 (patch) | |
tree | 8eaafd4dbadb1c76a3808bf7d7e4616402bd6fb5 /sw | |
parent | e23a20db4cd3165b013e3f2a451a5d04fa0315cf (diff) |
sw: unused includes in dbg_lay
Change-Id: I6707a5911fa8b97946c72c1846e1235032680ead
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/dbg_lay.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx index 5b61015cbfc2..7a0263ae0230 100644 --- a/sw/source/core/layout/dbg_lay.cxx +++ b/sw/source/core/layout/dbg_lay.cxx @@ -148,20 +148,13 @@ * --------------------------------------------------*/ #include "dbg_lay.hxx" -#include <tools/stream.hxx> #include <stdio.h> -#include "frame.hxx" -#include "layfrm.hxx" #include "flyfrm.hxx" #include "txtfrm.hxx" -#include "ndtxt.hxx" -#include "dflyobj.hxx" #include <fntcache.hxx> -#include <sortedobjs.hxx> // #i28701# -#include <rtl/strbuf.hxx> #include <comphelper/string.hxx> sal_uLong SwProtocol::nRecord = 0; |