Remove leftover includes of strings.h
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
de8d1940b5
commit
3607ed70d5
@ -47,7 +47,6 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AVClass *class;
|
AVClass *class;
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
#include "libavutil/log.h"
|
#include "libavutil/log.h"
|
||||||
#include "libavutil/opt.h"
|
#include "libavutil/opt.h"
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
#define _LINUX_TIME_H 1
|
#define _LINUX_TIME_H 1
|
||||||
#include <linux/videodev.h>
|
#include <linux/videodev.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AVClass *class;
|
AVClass *class;
|
||||||
|
@ -71,7 +71,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode)
|
|||||||
|
|
||||||
#if !HAVE_INET_ATON
|
#if !HAVE_INET_ATON
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
int ff_inet_aton (const char * str, struct in_addr * add)
|
int ff_inet_aton (const char * str, struct in_addr * add)
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "libavutil/avstring.h"
|
#include "libavutil/avstring.h"
|
||||||
#include "libavcodec/get_bits.h"
|
#include "libavcodec/get_bits.h"
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
struct PayloadContext {
|
struct PayloadContext {
|
||||||
AVIOContext *dyn_buf;
|
AVIOContext *dyn_buf;
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include "riff.h"
|
#include "riff.h"
|
||||||
#include "asf.h"
|
#include "asf.h"
|
||||||
#include "mpegts.h"
|
#include "mpegts.h"
|
||||||
#include <strings.h>
|
|
||||||
|
|
||||||
/* Macros for formating GUIDs */
|
/* Macros for formating GUIDs */
|
||||||
#define PRI_GUID \
|
#define PRI_GUID \
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <strings.h>
|
|
||||||
#include "avstring.h"
|
#include "avstring.h"
|
||||||
#include "dict.h"
|
#include "dict.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user