diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:06:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 14:01:12 +0200 |
commit | 2bebe311aa88fd782bf0fb502642da0fd4311053 (patch) | |
tree | 054180d26217eabf7f87775ed3e611c0916dd33e /avmedia/source/win/player.cxx | |
parent | 901e19024cbc74402359f86a80be87d085f2fa30 (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'avmedia/source/win/player.cxx')
-rw-r--r-- | avmedia/source/win/player.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index 10ee2f2b9734..f05160944251 100644 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -26,7 +26,7 @@ * ************************************************************************/ -#include <tools/prewin.h> +#include <prewin.h> #if defined _MSC_VER #pragma warning(push, 1) #pragma warning(disable: 4917) @@ -40,7 +40,7 @@ #if defined _MSC_VER #pragma warning(pop) #endif -#include <tools/postwin.h> +#include <postwin.h> #include "player.hxx" #include "framegrabber.hxx" |