vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Dec 12 12:47:37 2016 +0100| [74a3930716904e45a31f22e5e8161b3dc1e2fcbf] | committer: Hugo Beauzée-Luyssen
vout: win32 common: Remove duplicated include > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74a3930716904e45a31f22e5e8161b3dc1e2fcbf --- modules/video_output/win32/common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/video_output/win32/common.h b/modules/video_output/win32/common.h index d6d942c..9a951d8 100644 --- a/modules/video_output/win32/common.h +++ b/modules/video_output/win32/common.h @@ -38,9 +38,6 @@ #if defined(MODULE_NAME_IS_glwin32) || defined(MODULE_NAME_IS_wgl) # include "../opengl.h" #endif -#if !defined(NDEBUG) && defined(HAVE_DXGIDEBUG_H) -# include <dxgidebug.h> -#endif /***************************************************************************** * event_thread_t: event thread _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
