diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-24 21:55:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-25 14:27:01 +0200 |
commit | 90c91b824c2b362b43bdd2f8d8d647867d8fe612 (patch) | |
tree | 243cff7af1b6301b987f36e2f63f80c5ceaece2d /sw/inc/crsrsh.hxx | |
parent | c72d69d4b0d28497bc6f70b085dfdf2fbc672cbb (diff) |
sw: fix remaining IWYU warnings in inc/*.hxx
Also check for not needed forward declarations.
Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a
Reviewed-on: https://gerrit.libreoffice.org/53418
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 8eb324b6abf8..48f7c7a57d17 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -43,19 +43,8 @@ class SfxItemSet; class SfxPoolItem; class SwContentFrame; -class SwCursorShell; -class SwCursor; -class SwField; -class SwFieldType; -class SwFormat; class SwFormatField; -class SwNodeIndex; -class SwPaM; -class SwShellCursor; -class SwShellTableCursor; -class SwTableNode; class SwTextFormatColl; -class SwVisibleCursor; class SwTextINetFormat; class SwFormatINetFormat; class SwTextAttr; @@ -63,10 +52,8 @@ class SwTableBox; class SwTOXMark; class SwRangeRedline; class SwBlockCursor; -class SwContentNode; class SwPostItField; class SwTextField; -struct SwPosition; namespace i18nutil { struct SearchOptions2; |