diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:50:02 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:50:27 +0100 |
commit | ab5c7e87cf64d6a2fcbc60f9b6f3e0315fffad42 (patch) | |
tree | b5afe6db1e72a0daee5dbd8f89e846812c9fa33a /slideshow | |
parent | 81a8cc74df3b52ca75e424122bafde22d6c50c00 (diff) |
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'slideshow')
4 files changed, 0 insertions, 21 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx index 3b5c550a3505..7e64b34961de 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx @@ -31,9 +31,6 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <prewin.h> -#include <postwin.h> - #include <OpenGL/gl.h> #include <vector> diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx index 5a7b24cb7af8..934ac1284d0b 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx @@ -31,17 +31,6 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <prewin.h> -#include <postwin.h> - -#if defined( WNT ) -#include <prewin.h> -#include <postwin.h> -#elif defined( OS2 ) -#elif defined( QUARTZ ) -#elif defined( UNX ) -#endif - #include <vector> #include <GL/gl.h> diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx index e5ddbb38bdde..08355e7b2111 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx @@ -61,8 +61,6 @@ #if defined( WNT ) - #include <prewin.h> - #include <postwin.h> #define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE #define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF #elif defined( OS2 ) diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx index 04788cf1087e..504a96bac35e 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx @@ -31,12 +31,7 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <prewin.h> -#include <postwin.h> - #if defined( WNT ) -#include <prewin.h> -#include <postwin.h> #elif defined( OS2 ) #elif defined( QUARTZ ) #include <OpenGL/gl.h> |