]> git.sesse.net Git - vlc/commitdiff
DirectDraw: remove unneeded inclusion
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Sep 2009 09:20:43 +0000 (11:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Sep 2009 12:05:51 +0000 (14:05 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/msw/directx.c

index 0b825b2bd0e4b0a5e2dc10bf2213e85db073858c..afe978f0ab9d231bdfba255a5e91e8887eefca4d 100644 (file)
@@ -46,9 +46,8 @@
 #include <vlc_vout.h>
 #include <vlc_playlist.h>   /* needed for wallpaper */
 
-#include <windows.h>
 #include <ddraw.h>
-#include <commctrl.h>
+#include <commctrl.h>       /* ListView_(Get|Set)* */
 
 #ifndef UNDER_CE
 #   include <multimon.h>