diff options
Diffstat (limited to 'slideshow/source/engine/opengl')
-rw-r--r-- | slideshow/source/engine/opengl/Operation.cxx | 4 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/TransitionImpl.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/opengl/Operation.cxx b/slideshow/source/engine/opengl/Operation.cxx index 6789fcc5ae6c..e70f203edad7 100644 --- a/slideshow/source/engine/opengl/Operation.cxx +++ b/slideshow/source/engine/opengl/Operation.cxx @@ -28,11 +28,11 @@ #include <sal/config.h> +#include <basegfx/numeric/ftools.hxx> + #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> -#include <basegfx/numeric/ftools.hxx> - #include "Operation.hxx" SRotate::SRotate(const glm::vec3& Axis, const glm::vec3& Origin, diff --git a/slideshow/source/engine/opengl/TransitionImpl.cxx b/slideshow/source/engine/opengl/TransitionImpl.cxx index 5078a8c23bfd..d1926ab854f9 100644 --- a/slideshow/source/engine/opengl/TransitionImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionImpl.cxx @@ -37,8 +37,8 @@ #include <comphelper/random.hxx> -#include "TransitionImpl.hxx" #include "Operation.hxx" +#include "TransitionImpl.hxx" #include <math.h> TransitionScene::TransitionScene(TransitionScene const& rOther) |