Remove unnecessary header #includes.
authorErik Hovland <erik@hovland.org>
Thu, 29 May 2008 13:40:43 +0000 (13:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 29 May 2008 13:40:43 +0000 (13:40 +0000)
Extracted from a patch by Erik Hovland, erik hovland org.

Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c
ffplay.c
ffserver.c
libavformat/siff.c
libavformat/smacker.c
libavformat/sol.c
vhook/watermark.c

index d3f21d4..c8f6107 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -55,7 +55,6 @@
 #undef time //needed because HAVE_AV_CONFIG_H is defined on top
 #include <time.h>
 
-#include "version.h"
 #include "cmdutils.h"
 
 #undef NDEBUG
index 204d64e..e6c2e7f 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -27,7 +27,6 @@
 #include "libavdevice/avdevice.h"
 #include "libswscale/swscale.h"
 
-#include "version.h"
 #include "cmdutils.h"
 
 #include <SDL.h>
index e12e98e..9a232ed 100644 (file)
@@ -50,7 +50,6 @@
 #include <dlfcn.h>
 #endif
 
-#include "version.h"
 #include "ffserver.h"
 #include "cmdutils.h"
 
index 00b4eaa..c8f892b 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include "avformat.h"
-#include "riff.h"
 
 enum SIFFTags{
     TAG_SIFF = MKTAG('S', 'I', 'F', 'F'),
index 8066c26..460ed0c 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "libavutil/bswap.h"
 #include "avformat.h"
-#include "riff.h"
 
 #define SMACKER_PAL 0x01
 #define SMACKER_FLAG_RING_FRAME 0x01
index 0896c0a..f2eedc7 100644 (file)
@@ -26,7 +26,6 @@
 #include "libavutil/bswap.h"
 #include "avformat.h"
 #include "raw.h"
-#include "riff.h"
 
 /* if we don't know the size in advance */
 #define AU_UNKNOWN_SIZE ((uint32_t)(~0))
index 74f5095..1d4be28 100644 (file)
@@ -62,7 +62,6 @@
 #include "libavformat/avformat.h"
 #include "libavformat/framehook.h"
 #include "libswscale/swscale.h"
-#include "cmdutils.h"
 
 static int sws_flags = SWS_BICUBIC;