diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 00:55:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 00:55:31 +0200 |
commit | 05d144942db73246e8722111a717e53d03c22c6f (patch) | |
tree | acd894329e32abc097dac1f833d177b9f485c141 /slideshow | |
parent | cd4a86b717083e36d707f0605a9cf5719a411ef0 (diff) |
prewin.h already includes <windows.h>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx index 9b49aaa5d4a3..b9f902a8a126 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx @@ -61,7 +61,6 @@ #if defined( WNT ) #include <prewin.h> - #include <windows.h> #include <postwin.h> #define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE #define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF |