git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8607fc1
)
Remove duplicate stdio.h (is included in vlc_common.h).
author
Jean-Paul Saman
<jean-paul.saman@m2x.nl>
Wed, 27 Aug 2008 15:06:38 +0000
(17:06 +0200)
committer
Jean-Paul Saman
<jean-paul.saman@m2x.nl>
Wed, 27 Aug 2008 15:06:38 +0000
(17:06 +0200)
modules/video_output/yuv.c
patch
|
blob
|
history
diff --git
a/modules/video_output/yuv.c
b/modules/video_output/yuv.c
index
0938706
..
f49d6f5
100644
(file)
--- 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>