diff options
author | Martin Storsjö <martin@martin.st> | 2011-11-04 15:08:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-06 11:53:05 +0200 |
commit | 3607ed70d5ad44b6614cac27f9c833d24626635e (patch) | |
tree | 81d982f401c1be91e4e5ee84a3a071edb0a12135 | |
parent | de8d1940b59a2e4b28caf067b70760f0ff4e352c (diff) | |
download | ffmpeg-3607ed70d5ad44b6614cac27f9c833d24626635e.tar.gz |
Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavdevice/bktr.c | 1 | ||||
-rw-r--r-- | libavdevice/dv1394.c | 1 | ||||
-rw-r--r-- | libavdevice/v4l.c | 1 | ||||
-rw-r--r-- | libavformat/os_support.c | 1 | ||||
-rw-r--r-- | libavformat/rtpdec_latm.c | 1 | ||||
-rw-r--r-- | libavformat/wtv.c | 1 | ||||
-rw-r--r-- | libavutil/dict.c | 1 |
7 files changed, 0 insertions, 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 <sys/time.h> #include <signal.h> #include <stdint.h> -#include <strings.h> 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 <sys/mman.h> #include <sys/time.h> #include <time.h> -#include <strings.h> #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 <linux/videodev.h> #include <time.h> -#include <strings.h> 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 <stdlib.h> -#include <strings.h> 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 <strings.h> 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 <strings.h> /* 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 <strings.h> #include "avstring.h" #include "dict.h" #include "internal.h" |