summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-08 22:07:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-09 09:11:51 +0100
commitb810c84c4b56315f515b9983411957a5e51d164b (patch)
tree587226f57d65e24c0ee7205a463d1b22b0f93849 /sw/inc/postithelper.hxx
parentdaf17846789cf09d1861f1e6f03851d2e12cffc8 (diff)
sw: fix some IWYU warnings
Change-Id: Idb8ad6cda75b7112280ae71b4340d0187a602794 Reviewed-on: https://gerrit.libreoffice.org/50974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 982faa671569..1e20f47e9df4 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -21,16 +21,16 @@
#include "swrect.hxx"
#include "fmtfld.hxx"
-#include "redline.hxx"
#include <cstddef>
-#include <vector>
-#include <vcl/window.hxx>
+#include <vcl/vclptr.hxx>
#include "SidebarWindowsTypes.hxx"
class SfxBroadcaster;
class SwRootFrame;
class SwPostItMgr;
class SwEditWin;
+class SwFrame;
+class SvxLanguageItem;
namespace sw { namespace annotation {
class SwAnnotationWin;
} }