diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:57:59 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-25 18:57:59 +0100 |
commit | 5ad613272937edf33b126eeeb0ab15050c0c115e (patch) | |
tree | f72bd9ed419576d5a4263509078a8acdd30d283e /avmedia/source/win/player.cxx | |
parent | 0527adbab1eca41ae6aeefa6e63c2e02a796c111 (diff) |
Wholesale prewin.h/postwin.h removal
Diffstat (limited to 'avmedia/source/win/player.cxx')
-rwxr-xr-x | avmedia/source/win/player.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index d80472049bf2..c2dea25f22c0 100755 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <prewin.h> #if defined _MSC_VER #pragma warning(push, 1) #pragma warning(disable: 4917) @@ -39,7 +38,6 @@ #if defined _MSC_VER #pragma warning(pop) #endif -#include <postwin.h> #include "player.hxx" #include "framegrabber.hxx" |