[vlc-devel] commit: Remove duplicate stdio.h (is included in vlc_common.h). ( Jean-Paul Saman )
git version control
git at videolan.org
Wed Aug 27 17:04:57 CEST 2008
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Aug 27 17:06:38 2008 +0200| [7c99622d4f1cc673d4caf62066f02250caa79fcf] | committer: Jean-Paul Saman
Remove duplicate stdio.h (is included in vlc_common.h).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c99622d4f1cc673d4caf62066f02250caa79fcf
---
modules/video_output/yuv.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/yuv.c b/modules/video_output/yuv.c
index 0938706..f49d6f5 100644
--- a/modules/video_output/yuv.c
+++ b/modules/video_output/yuv.c
@@ -29,8 +29,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
More information about the vlc-devel
mailing list