diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-01 17:26:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-03 09:30:09 +0100 |
commit | 941372b694c0170cdadb2cb16447604011b295a1 (patch) | |
tree | 7ea409b05ab339c03e9223ee19bbdf5b4524378c /slideshow/source/engine/opengl/TransitionImpl.cxx | |
parent | c48790b5cec73a49aed20c26b123c3656bb9eff9 (diff) |
tdf#42949 Fix IWYU warnings in slideshow/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id1c207705b7aa9b057fb8207d735e376675c91d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86069
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'slideshow/source/engine/opengl/TransitionImpl.cxx')
-rw-r--r-- | slideshow/source/engine/opengl/TransitionImpl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/opengl/TransitionImpl.cxx b/slideshow/source/engine/opengl/TransitionImpl.cxx index 27f1ac28bb9a..489bb9f8e47e 100644 --- a/slideshow/source/engine/opengl/TransitionImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionImpl.cxx @@ -34,7 +34,6 @@ #include <algorithm> #include <array> -#include <utility> #include <comphelper/random.hxx> |