From 1a043545906f2b272fe80ecfa992b599284b9432 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 19 Apr 2014 11:24:35 +0300 Subject: Move headers that are private to toolkit there, then Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6 --- toolkit/source/controls/animatedimages.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolkit/source/controls/animatedimages.cxx') diff --git a/toolkit/source/controls/animatedimages.cxx b/toolkit/source/controls/animatedimages.cxx index 34706ae4bf3d..a79743149e71 100644 --- a/toolkit/source/controls/animatedimages.cxx +++ b/toolkit/source/controls/animatedimages.cxx @@ -20,7 +20,6 @@ #include #include -#include #include #include @@ -40,6 +39,8 @@ #include +#include "helper/unopropertyarrayhelper.hxx" + using namespace css::awt; using namespace css::container; using namespace css::lang; -- cgit