diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-13 17:46:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-13 17:48:37 +0200 |
commit | 6f2472e8d1451837500d76c7e705331b28fd33d9 (patch) | |
tree | b0a4797ee4fdb2f655f29518ba0b7f9371704d62 /slideshow | |
parent | bbcbfd515b188f641abcc80307a7213baf6a76a1 (diff) |
slideshow: prewin.h/postwin.h included twice
Builds for me without that...
Change-Id: I6db654098ee8f93a0cad80e7534c694971aebf5d
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx index 4288bbfbe36c..80c4b41a8c28 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx @@ -33,11 +33,6 @@ #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> -#ifdef _WIN32 -#include <prewin.h> -#include <postwin.h> -#endif - #include <GL/gl.h> #include <basegfx/vector/b2dvector.hxx> |