diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-04-24 15:05:12 -0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-04-25 08:51:32 +0000 |
commit | 474eca1f9b42749665bbf69f6dc62c66ea4ad7fd (patch) | |
tree | 88e51d99c582d0b7fd4c19f7f1f09ddb1679fdea /oox/source/ppt/commonbehaviorcontext.cxx | |
parent | 65827ea3ebe99da58fc94ff9be2e1e579eb1e0a2 (diff) |
tdf#42949: clean up includes in include/oox/core using iwyu
This allows the headers in that folder to stand on their own and
not depend on any transitively included headers. All changes to
other files are needed to fix compiler errors related to missing
includes that occurred afterwards.
Change-Id: I2083b30763f0b2c1aacdff00226e5f567ae52db4
Reviewed-on: https://gerrit.libreoffice.org/24355
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'oox/source/ppt/commonbehaviorcontext.cxx')
-rw-r--r-- | oox/source/ppt/commonbehaviorcontext.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/ppt/commonbehaviorcontext.cxx b/oox/source/ppt/commonbehaviorcontext.cxx index 3fad584397e3..d6e6781961cc 100644 --- a/oox/source/ppt/commonbehaviorcontext.cxx +++ b/oox/source/ppt/commonbehaviorcontext.cxx @@ -26,6 +26,9 @@ #include <com/sun/star/animations/XAnimate.hpp> #include "oox/core/fragmenthandler.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/token/namespaces.hxx> +#include <oox/token/tokens.hxx> #include <oox/ppt/pptfilterhelpers.hxx> #include "commonbehaviorcontext.hxx" |