diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-23 01:54:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-29 09:30:49 +0100 |
commit | 8ee49e6e8f5c37682d776fac4bc01479733b9d76 (patch) | |
tree | 58daf20d435bf29f94bd2c1c9e2b0f736ac2098f /sc/source/ui/inc/mvtabdlg.hxx | |
parent | 982663f2137195cffabbcb623e3199cbba658ab7 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie40401e8706dda219b8578d180983811114cabed
Reviewed-on: https://gerrit.libreoffice.org/62208
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/mvtabdlg.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index 6c56de77f2fa..9836cc544639 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -20,9 +20,11 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX -#include <address.hxx> +#include <types.hxx> #include <vcl/weld.hxx> +class ScDocument; + class ScMoveTableDlg : public weld::GenericDialogController { public: |