Commit f641070c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectDraw: remove unneeded includes

parent 90e2d29f
/*****************************************************************************
* vout.c: Windows DirectX video output display method
* directx.c: Windows DirectDraw video output
*****************************************************************************
* Copyright (C) 2001-2009 the VideoLAN team
* $Id$
......@@ -34,6 +34,7 @@
* display video in window mode.
*
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
......@@ -42,12 +43,10 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_vout.h>
#include <vlc_playlist.h> /* needed for wallpaper */
#include <windows.h>
#include <tchar.h>
#include <ddraw.h>
#include <commctrl.h>
......
......@@ -133,7 +133,7 @@ struct vout_sys_t
bool b_hw_yuv; /* Should we use hardware YUV->RGB conversions */
#ifdef MODULE_NAME_IS_vout_directx
#ifdef MODULE_NAME_IS_directx
/* Overlay alignment restrictions */
int i_align_src_boundary;
int i_align_src_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment