summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-21 07:30:53 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-22 13:41:21 +0100
commitd261d883b2149b37bdee739ee92bbea11b1fb7a1 (patch)
tree7cc0bdb07ee8a7df7cfc749b5794a6ebab495094 /sd/inc
parentdb8a2a567087cb65ca420bfd582ea2c8c24fcd7b (diff)
tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxx
Also a few hxx files had missing headers and obsolete fw decls Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9a35c566d30678af445da3fec9570af235afb353 Reviewed-on: https://gerrit.libreoffice.org/68131 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/animations.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx
index 9d9505c5f0e0..f5f8abf95917 100644
--- a/sd/inc/animations.hxx
+++ b/sd/inc/animations.hxx
@@ -22,6 +22,10 @@
#include "sddllapi.h"
+#include <com/sun/star/uno/Reference.hxx>
+
+namespace com::sun::star::animations { class XAnimationNode; }
+
namespace sd
{