diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:04:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 14:00:38 +0200 |
commit | 28f55d0d5ef8616ac45ca36e6fc23a21b64b7a13 (patch) | |
tree | 56eaf3bc74f9cf435657e91b64abe303ab3b7d80 /slideshow | |
parent | a3d18de4e588b88da4f6a8cbb5d5160beaf4e65b (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'slideshow')
4 files changed, 12 insertions, 12 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx index d3207e76669d..2aedb6e333de 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx @@ -30,8 +30,8 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <tools/prewin.h> -#include <tools/postwin.h> +#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 c8623dea2a3e..89e1e6895ce5 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx @@ -30,12 +30,12 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <tools/prewin.h> -#include <tools/postwin.h> +#include <prewin.h> +#include <postwin.h> #if defined( WNT ) -#include <tools/prewin.h> -#include <tools/postwin.h> +#include <prewin.h> +#include <postwin.h> #elif defined( OS2 ) #elif defined( QUARTZ ) #elif defined( UNX ) diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx index d00a4ed40828..9b49aaa5d4a3 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx @@ -60,9 +60,9 @@ #if defined( WNT ) - #include <tools/prewin.h> + #include <prewin.h> #include <windows.h> - #include <tools/postwin.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 d107e0e8b77c..7e8fc264e0c3 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx @@ -30,12 +30,12 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b3dvector.hxx> -#include <tools/prewin.h> -#include <tools/postwin.h> +#include <prewin.h> +#include <postwin.h> #if defined( WNT ) -#include <tools/prewin.h> -#include <tools/postwin.h> +#include <prewin.h> +#include <postwin.h> #elif defined( OS2 ) #elif defined( QUARTZ ) #include <OpenGL/gl.h> |