diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-19 12:01:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-21 09:35:22 +0100 |
commit | 167396065da5668f5eb569225d0ea1b5f7d94efb (patch) | |
tree | 7c0b24bb41cc61afa820a46cc4a29dfb3666300c /sd/inc/customshowlist.hxx | |
parent | 63ab0873f2a64a66212f6d0e8aa73575416e0a54 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/{core,helper}/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie9b605eb5340f9e47a977020a8f3688c2412a3c9
Reviewed-on: https://gerrit.libreoffice.org/66635
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc/customshowlist.hxx')
-rw-r--r-- | sd/inc/customshowlist.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/inc/customshowlist.hxx b/sd/inc/customshowlist.hxx index 5c70f8a63522..666e43614ce2 100644 --- a/sd/inc/customshowlist.hxx +++ b/sd/inc/customshowlist.hxx @@ -21,9 +21,11 @@ #define INCLUDED_SD_INC_CUSTOMSHOWLIST_HXX #include "sddllapi.h" +#include "cusshow.hxx" #include <vector> - -class SdCustomShow; +#include <memory> +#include <algorithm> +#include <cassert> class SD_DLLPUBLIC SdCustomShowList { |