From 5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:17 +0200 Subject: loplugin:includeform: slideshow Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3 --- slideshow/source/inc/animation.hxx | 6 +++--- slideshow/source/inc/numberanimation.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'slideshow/source/inc') diff --git a/slideshow/source/inc/animation.hxx b/slideshow/source/inc/animation.hxx index 04f7fb7bbc4b..b876db457ebb 100644 --- a/slideshow/source/inc/animation.hxx +++ b/slideshow/source/inc/animation.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATION_HXX #define INCLUDED_SLIDESHOW_SOURCE_INC_ANIMATION_HXX -#include -#include -#include +#include "animatableshape.hxx" +#include "shapeattributelayer.hxx" +#include "disposable.hxx" /* Definition of Animation interface */ diff --git a/slideshow/source/inc/numberanimation.hxx b/slideshow/source/inc/numberanimation.hxx index 147b24fa5925..71a6bc39e2c8 100644 --- a/slideshow/source/inc/numberanimation.hxx +++ b/slideshow/source/inc/numberanimation.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SLIDESHOW_SOURCE_INC_NUMBERANIMATION_HXX #define INCLUDED_SLIDESHOW_SOURCE_INC_NUMBERANIMATION_HXX -#include +#include "animation.hxx" /* Definition of NumberAnimation interface */ -- cgit