[vlc-commits] dxgi_fmt: remove unneeded includes
    Steve Lhomme 
    git at videolan.org
       
    Mon Dec  4 00:09:06 CET 2017
    
    
  
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Dec  1 09:55:12 2017 +0100| [25e716416142f0163f99a88e2a5772af991e1538] | committer: Jean-Baptiste Kempf
dxgi_fmt: remove unneeded includes
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=25e716416142f0163f99a88e2a5772af991e1538
---
 modules/video_chroma/dxgi_fmt.c | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/modules/video_chroma/dxgi_fmt.c b/modules/video_chroma/dxgi_fmt.c
index 29bd446769..9209b1d66d 100644
--- a/modules/video_chroma/dxgi_fmt.c
+++ b/modules/video_chroma/dxgi_fmt.c
@@ -26,10 +26,6 @@
 
 #include <vlc_es.h>
 
-#define COBJMACROS
-#include <initguid.h>
-#include <d3d11.h>
-
 #include "dxgi_fmt.h"
 
 typedef struct
    
    
More information about the vlc-commits
mailing list