diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-27 22:51:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-28 09:03:57 +0200 |
commit | 1209db8525e386f76c861cf161ffb39fa802f1f0 (patch) | |
tree | 2d0cbef77dede40e0aa2a39dcdc0bcfb3b3d94b0 /sw/inc/tblafmt.hxx | |
parent | bdd7abf56676732f8ce4fd04bea5c72758f1ec3b (diff) |
sw: fix some IWYU warnings
Change-Id: I96a6401f0cc7bf9f219717671e41932d7d8570b7
Reviewed-on: https://gerrit.libreoffice.org/51972
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r-- | sw/inc/tblafmt.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index 11ea7488cd73..c12db612b11f 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -30,7 +30,6 @@ #include <memory> -#include "hintids.hxx" #include <svx/algitem.hxx> #include <editeng/fontitem.hxx> #include <editeng/fhgtitem.hxx> @@ -53,14 +52,13 @@ #include <svl/intitem.hxx> #include <editeng/lineitem.hxx> #include "fmtpdsc.hxx" -#include "fmtlsplt.hxx" -#include "fmtrowsplt.hxx" #include "fmtornt.hxx" #include "swdllapi.h" struct SwAfVersions; class SvNumberFormatter; +class SwTable; class SwBoxAutoFormat { |