From 3607ed70d5ad44b6614cac27f9c833d24626635e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 4 Nov 2011 15:08:49 +0200 Subject: [PATCH] Remove leftover includes of strings.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavdevice/bktr.c | 1 - libavdevice/dv1394.c | 1 - libavdevice/v4l.c | 1 - libavformat/os_support.c | 1 - libavformat/rtpdec_latm.c | 1 - libavformat/wtv.c | 1 - libavutil/dict.c | 1 - 7 files changed, 7 deletions(-) diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c index 8dd4e3ae0a..1a8562c016 100644 --- a/libavdevice/bktr.c +++ b/libavdevice/bktr.c @@ -47,7 +47,6 @@ #include #include #include -#include typedef struct { AVClass *class; diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c index 1ac9a81c97..69e59ec19b 100644 --- a/libavdevice/dv1394.c +++ b/libavdevice/dv1394.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "libavutil/log.h" #include "libavutil/opt.h" diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c index 5fc91d37be..d848e2b645 100644 --- a/libavdevice/v4l.c +++ b/libavdevice/v4l.c @@ -39,7 +39,6 @@ #define _LINUX_TIME_H 1 #include #include -#include typedef struct { AVClass *class; diff --git a/libavformat/os_support.c b/libavformat/os_support.c index c6715f3cc3..889a005eeb 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -71,7 +71,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode) #if !HAVE_INET_ATON #include -#include int ff_inet_aton (const char * str, struct in_addr * add) { diff --git a/libavformat/rtpdec_latm.c b/libavformat/rtpdec_latm.c index 42317a9529..96f4e83c6e 100644 --- a/libavformat/rtpdec_latm.c +++ b/libavformat/rtpdec_latm.c @@ -23,7 +23,6 @@ #include "internal.h" #include "libavutil/avstring.h" #include "libavcodec/get_bits.h" -#include struct PayloadContext { AVIOContext *dyn_buf; diff --git a/libavformat/wtv.c b/libavformat/wtv.c index cdb5c49fb6..c3bc083201 100644 --- a/libavformat/wtv.c +++ b/libavformat/wtv.c @@ -33,7 +33,6 @@ #include "riff.h" #include "asf.h" #include "mpegts.h" -#include /* Macros for formating GUIDs */ #define PRI_GUID \ diff --git a/libavutil/dict.c b/libavutil/dict.c index 3ea7e55b30..cb5f7b160f 100644 --- a/libavutil/dict.c +++ b/libavutil/dict.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "avstring.h" #include "dict.h" #include "internal.h"