1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Remove leftover includes of strings.h

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2011-11-04 15:08:49 +02:00
parent de8d1940b5
commit 3607ed70d5
7 changed files with 0 additions and 7 deletions

View File

@ -47,7 +47,6 @@
#include <sys/time.h>
#include <signal.h>
#include <stdint.h>
#include <strings.h>
typedef struct {
AVClass *class;

View File

@ -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"

View File

@ -39,7 +39,6 @@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
#include <strings.h>
typedef struct {
AVClass *class;

View File

@ -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)
{

View File

@ -23,7 +23,6 @@
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
#include <strings.h>
struct PayloadContext {
AVIOContext *dyn_buf;

View File

@ -33,7 +33,6 @@
#include "riff.h"
#include "asf.h"
#include "mpegts.h"
#include <strings.h>
/* Macros for formating GUIDs */
#define PRI_GUID \

View File

@ -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"