summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-05-01 19:43:17 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-05-06 22:01:17 +0200
commitfffe723fc4e3229e387f12dd2fe973ee8c7780c0 (patch)
tree3a5af6b070685ad8216045f6af7a0087327b0b43 /stream
parent18ef834ef411893b92e177855ee893f05a0859e9 (diff)
downloadmpv-fffe723fc4e3229e387f12dd2fe973ee8c7780c0.tar.bz2
mpv-fffe723fc4e3229e387f12dd2fe973ee8c7780c0.tar.xz
various: move strings.h inclusion to common.h
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c1
-rw-r--r--stream/stream_bluray.c1
-rw-r--r--stream/stream_dvdnav.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 43a7f51a60..56313502c3 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -19,7 +19,6 @@
#include <stdlib.h>
#include <limits.h>
-#include <strings.h>
#include <assert.h>
#include "osdep/io.h"
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 7771375aa2..377ecd3b2b 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -27,7 +27,6 @@
*/
#include <string.h>
-#include <strings.h>
#include <assert.h>
#include <libbluray/bluray.h>
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 1abbb9ffe8..77df426149 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <strings.h>
#include <errno.h>
#include <assert.h>