summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-01-30 21:20:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-01-31 09:15:27 +0100
commitbaf3ad4dc9ef4e18306b492a70eadc285f6dbe51 (patch)
tree51e13dc5c8d015f4b45fad4ca5c6bb8e53326ebe /sw/inc/calbck.hxx
parentf11a4759ac53c4d13703a83b4ae83df6663ef1ad (diff)
Fix some IWYU warnings
Change-Id: I85a096505b0de98fd1de6179b9239318622fc34a Reviewed-on: https://gerrit.libreoffice.org/48933 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index ea4181a190ea..d42f1e95dbd0 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -20,17 +20,16 @@
#ifndef INCLUDED_SW_INC_CALBCK_HXX
#define INCLUDED_SW_INC_CALBCK_HXX
+#include <svl/hint.hxx>
+#include <svl/poolitem.hxx>
#include "swdllapi.h"
#include "ring.hxx"
#include "hintids.hxx"
-#include "hints.hxx"
-#include <typeinfo>
#include <type_traits>
class SwModify;
-class SfxPoolItem;
-class SfxHint;
+class SwPtrMsgPoolItem;
/*
SwModify and SwClient cooperate in propagating attribute changes.