[vlc-commits] direct3d11: remove doublon include

Steve Lhomme git at videolan.org
Wed Nov 16 14:13:27 CET 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue Nov 15 17:30:29 2016 +0100| [8e8c40132404f0011007a12ac8c240cc4c9eddf0] | committer: Jean-Baptiste Kempf

direct3d11: remove doublon include

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e8c40132404f0011007a12ac8c240cc4c9eddf0
---

 modules/video_output/win32/direct3d11.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index d551e15..4a29d5f 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -30,7 +30,6 @@
 # include "config.h"
 #endif
 
-#include <assert.h>
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout_display.h>



More information about the vlc-commits mailing list