Commit b3431449 authored by diego's avatar diego

Remove unnecessary header #includes.

Extracted from a patch by Erik Hovland, erik hovland org.
--Thii line, and those below, will be ignored--

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 62377b15
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
#undef time //needed because HAVE_AV_CONFIG_H is defined on top #undef time //needed because HAVE_AV_CONFIG_H is defined on top
#include <time.h> #include <time.h>
#include "version.h"
#include "cmdutils.h" #include "cmdutils.h"
#undef NDEBUG #undef NDEBUG
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "libavdevice/avdevice.h" #include "libavdevice/avdevice.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "version.h"
#include "cmdutils.h" #include "cmdutils.h"
#include <SDL.h> #include <SDL.h>
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
#include "version.h"
#include "ffserver.h" #include "ffserver.h"
#include "cmdutils.h" #include "cmdutils.h"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
*/ */
#include "avformat.h" #include "avformat.h"
#include "riff.h"
enum SIFFTags{ enum SIFFTags{
TAG_SIFF = MKTAG('S', 'I', 'F', 'F'), TAG_SIFF = MKTAG('S', 'I', 'F', 'F'),
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "libavutil/bswap.h" #include "libavutil/bswap.h"
#include "avformat.h" #include "avformat.h"
#include "riff.h"
#define SMACKER_PAL 0x01 #define SMACKER_PAL 0x01
#define SMACKER_FLAG_RING_FRAME 0x01 #define SMACKER_FLAG_RING_FRAME 0x01
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "libavutil/bswap.h" #include "libavutil/bswap.h"
#include "avformat.h" #include "avformat.h"
#include "raw.h" #include "raw.h"
#include "riff.h"
/* if we don't know the size in advance */ /* if we don't know the size in advance */
#define AU_UNKNOWN_SIZE ((uint32_t)(~0)) #define AU_UNKNOWN_SIZE ((uint32_t)(~0))
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavformat/framehook.h" #include "libavformat/framehook.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "cmdutils.h"
static int sws_flags = SWS_BICUBIC; static int sws_flags = SWS_BICUBIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment