Commit 3607ed70 authored by Martin Storsjö's avatar Martin Storsjö

Remove leftover includes of strings.h

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent de8d1940
......@@ -47,7 +47,6 @@
#include <sys/time.h>
#include <signal.h>
#include <stdint.h>
#include <strings.h>
typedef struct {
AVClass *class;
......
......@@ -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"
......
......@@ -39,7 +39,6 @@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
#include <strings.h>
typedef struct {
AVClass *class;
......
......@@ -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)
{
......
......@@ -23,7 +23,6 @@
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
#include <strings.h>
struct PayloadContext {
AVIOContext *dyn_buf;
......
......@@ -33,7 +33,6 @@
#include "riff.h"
#include "asf.h"
#include "mpegts.h"
#include <strings.h>
/* Macros for formating GUIDs */
#define PRI_GUID \
......
......@@ -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"
......
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