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

DirectDraw: remove unused include

parent 88ca4341
......@@ -34,19 +34,20 @@
* display video in window mode.
*
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout_display.h>
#include <vlc_playlist.h> /* needed for wallpaper */
#include <vlc_charset.h>
#include <vlc_charset.h> /* FromT */
#include <windows.h>
#include <winuser.h>
#include <ddraw.h>
#include <commctrl.h> /* ListView_(Get|Set)* */
......@@ -62,7 +63,6 @@
# define DIRECTDRAWENUMERATEEX_NAME "DirectDrawEnumerateExA"
#endif
/*****************************************************************************
* Module descriptor
*****************************************************************************/
......
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