diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-23 11:21:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-24 12:28:09 +0200 |
commit | 1d61d9ae72562a03ca0d3f1649d9471862b29d74 (patch) | |
tree | 5c11b2d6f865f7d7f6f0a3788b5f87b84e4b4abc /sd/source/ui/func/fuprlout.cxx | |
parent | d365f36331874f94bbd9832fbd19ace90fafefec (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/f*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I07d78df2d5aacbdaff7344a09812db91de17d535
Reviewed-on: https://gerrit.libreoffice.org/71113
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/func/fuprlout.cxx')
-rw-r--r-- | sd/source/ui/func/fuprlout.cxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index 9e9eb7721596..a0a7e399fd68 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -18,35 +18,23 @@ */ #include <fuprlout.hxx> -#include <vcl/wrkwin.hxx> #include <sfx2/dispatch.hxx> -#include <svl/itempool.hxx> -#include <sot/storage.hxx> -#include <svx/svdundo.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/request.hxx> +#include <sdattr.hrc> #include <drawdoc.hxx> #include <sdpage.hxx> #include <pres.hxx> #include <DrawViewShell.hxx> -#include <FrameView.hxx> -#include <stlpool.hxx> #include <View.hxx> #include <glob.hxx> -#include <strmname.h> #include <app.hrc> #include <DrawDocShell.hxx> #include <SlideSorterViewShell.hxx> #include <Window.hxx> -#include <unprlout.hxx> -#include <unchss.hxx> -#include <unmovss.hxx> -#include <sdattr.hxx> #include <drawview.hxx> -#include <editeng/outliner.hxx> -#include <editeng/editdata.hxx> #include <sdabstdlg.hxx> #include <memory> |