summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:53 +0200
commit5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (patch)
tree85b1bf6f12a2eebc7c7760f39b02afa72e680bd2 /slideshow/source/inc
parentdd1d963daae15ba9a667635be04f194a40460699 (diff)
loplugin:includeform: slideshow
Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/animation.hxx6
-rw-r--r--slideshow/source/inc/numberanimation.hxx2
2 files changed, 4 insertions, 4 deletions
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 <animatableshape.hxx>
-#include <shapeattributelayer.hxx>
-#include <disposable.hxx>
+#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 <animation.hxx>
+#include "animation.hxx"
/* Definition of NumberAnimation interface */