diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-27 16:44:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-30 09:37:11 +0200 |
commit | 5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 (patch) | |
tree | d0cc01307d19e76b3c01d2a59351fa9301b2405a /sd/inc/sdpage.hxx | |
parent | 93e33ba279e837356e157745177d7f6061d442b7 (diff) |
tdf#42949 Fix more IWYU warnings in sd/inc/
Found with bin/find-unneeded-includes
A lot of fallout needed fixing, unfortunately
Change-Id: I528cf5fe77199ee72f19fce3de08fe67e7f63dbe
Reviewed-on: https://gerrit.libreoffice.org/54884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 3e49c4f78e06..932643014f4a 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -24,15 +24,12 @@ #include <com/sun/star/presentation/FadeEffect.hpp> #include <com/sun/star/office/XAnnotation.hpp> -#include <functional> -#include <list> #include <memory> #include <vector> #include <editeng/flditem.hxx> #include <svx/svdobj.hxx> #include <svx/fmpage.hxx> #include <xmloff/autolayout.hxx> -#include "fadedef.h" #include "diadef.h" #include "pres.hxx" #include "shapelist.hxx" |