]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/directx.c
Removed useless includes (msw).
[vlc] / modules / video_output / msw / directx.c
index d70a95580c7133e312412608da0bbcc46827dd3d..678e7e7e40acf84d6b362c0c09a417116aa0d244 100644 (file)
@@ -34,9 +34,6 @@
  * display video in window mode.
  *
  *****************************************************************************/
-
-#include <errno.h>                                                 /* ENOMEM */
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif