diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-19 17:45:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-26 10:54:22 +0200 |
commit | 357fff1574ef29732b8a5209af97d9d026ccc650 (patch) | |
tree | 03e650511e6c0ddc9ee58ebcd5f8215e08f13815 /sd/inc | |
parent | 64af348a12c1892356c99d696246f4c5ccaad7f4 (diff) |
tdf#42949 Fix IWYU warnings in sd/
Recheck sd/ after recent refactorings and developments
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6f0fd19c52889cbd85b387183e2136bca4a1eeca
Reviewed-on: https://gerrit.libreoffice.org/79218
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/TransitionPreset.hxx | 1 | ||||
-rw-r--r-- | sd/inc/drawdoc.hxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/TransitionPreset.hxx b/sd/inc/TransitionPreset.hxx index c8b266338631..ee44e48ee8ad 100644 --- a/sd/inc/TransitionPreset.hxx +++ b/sd/inc/TransitionPreset.hxx @@ -23,6 +23,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <list> +#include <map> #include <memory> #include <unordered_map> diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 64397dd9a960..a9d2172ca0f6 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/text/WritingMode.hpp> #include <svl/style.hxx> #include <svx/fmmodel.hxx> -#include <svx/ImageMapInfo.hxx> #include <vcl/prntypes.hxx> #include <xmloff/autolayout.hxx> |