diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-20 21:28:57 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-21 09:27:53 +0100 |
commit | 3613c299f6e6c44bb7f106450d9210037bc18c37 (patch) | |
tree | 3ddc00b379eb1e20f70277c65d4611685496f8cd /sw/inc/swcalwrp.hxx | |
parent | 3102b8c8b52845ca4584579a7ad2154488943855 (diff) |
sw: fix some IWYU warnings
Change-Id: I3682cc475de8342e4cdf122a35f6c1cfddd4c01e
Reviewed-on: https://gerrit.libreoffice.org/51677
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/swcalwrp.hxx')
-rw-r--r-- | sw/inc/swcalwrp.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/swcalwrp.hxx b/sw/inc/swcalwrp.hxx index cb59ddd28699..00711143736d 100644 --- a/sw/inc/swcalwrp.hxx +++ b/sw/inc/swcalwrp.hxx @@ -21,9 +21,13 @@ #define INCLUDED_SW_INC_SWCALWRP_HXX #include <i18nlangtag/lang.h> -#include <rtl/ustring.hxx> #include <unotools/calendarwrapper.hxx> -#include <salhelper/singletonref.hxx> +#include <comphelper/processfactory.hxx> + +namespace salhelper +{ +template <typename> class SingletonRef; +} class SwCalendarWrapper : public CalendarWrapper { |