diff options
author | Erik Hovland | 2008-05-29 13:40:43 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-05-29 13:40:43 +0000 |
commit | f094b6627db5d7e32bf03361ec060fa28b59564c (patch) | |
tree | e4f76cefc012920622b61962c8b6eb42f670d38b /ffplay.c | |
parent | 1489db821c3d76069c1186de5bddcdc288db0d2c (diff) |
Remove unnecessary header #includes.
Extracted from a patch by Erik Hovland, erik hovland org.
Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ #include "libavdevice/avdevice.h" #include "libswscale/swscale.h" -#include "version.h" #include "cmdutils.h" #include <SDL.h> |