diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-05-15 11:41:45 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-26 20:42:18 +0000 |
commit | 5c05f1b201be8c1b978dc8d409f3c4dbf0b4beb6 (patch) | |
tree | 7aae2181761ced07edb9f92204f02363952d75a2 /include/oox/ppt/slidetransitioncontext.hxx | |
parent | bdb112ea8bcf6f6f80483c31af05fefb2a40e026 (diff) |
tdf#42949: clean up includes in include/oox/ppt with iwyu
Change-Id: Ib2cf76418e8406b925113ae7a9e3c5b07ffd2de2
Reviewed-on: https://gerrit.libreoffice.org/25011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/oox/ppt/slidetransitioncontext.hxx')
-rw-r--r-- | include/oox/ppt/slidetransitioncontext.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/oox/ppt/slidetransitioncontext.hxx b/include/oox/ppt/slidetransitioncontext.hxx index 8cb53e78969e..1588cba3ec13 100644 --- a/include/oox/ppt/slidetransitioncontext.hxx +++ b/include/oox/ppt/slidetransitioncontext.hxx @@ -20,10 +20,15 @@ #ifndef INCLUDED_OOX_PPT_SLIDETRANSITIONCONTEXT_HXX #define INCLUDED_OOX_PPT_SLIDETRANSITIONCONTEXT_HXX +#include <oox/core/contexthandler.hxx> #include <oox/core/fragmenthandler2.hxx> #include <oox/ppt/slidetransition.hxx> +#include <sal/types.h> -namespace oox { class PropertyMap; } +namespace oox { + class AttributeList; + class PropertyMap; +} namespace oox { namespace ppt { |