diff options
Diffstat (limited to 'player')
-rw-r--r-- | player/lua.c | 2 | ||||
-rw-r--r-- | player/screenshot.c | 2 | ||||
-rw-r--r-- | player/scripting.c | 2 | ||||
-rw-r--r-- | player/timeline/tl_cue.c | 2 | ||||
-rw-r--r-- | player/timeline/tl_matroska.c | 2 | ||||
-rw-r--r-- | player/timeline/tl_mpv_edl.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/player/lua.c b/player/lua.c index c9c0001347..dbf0756648 100644 --- a/player/lua.c +++ b/player/lua.c @@ -39,7 +39,7 @@ #include "options/m_option.h" #include "input/input.h" #include "options/path.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "osdep/timer.h" #include "osdep/threads.h" #include "sub/osd.h" diff --git a/player/screenshot.c b/player/screenshot.c index 63bf29fbd7..4e22afc69d 100644 --- a/player/screenshot.c +++ b/player/screenshot.c @@ -28,7 +28,7 @@ #include "screenshot.h" #include "core.h" #include "command.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "common/msg.h" #include "options/path.h" #include "video/mp_image.h" diff --git a/player/scripting.c b/player/scripting.c index 1efe6389f6..3c9829b16d 100644 --- a/player/scripting.c +++ b/player/scripting.c @@ -30,7 +30,7 @@ #include "common/common.h" #include "common/msg.h" #include "options/path.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "core.h" #include "client.h" #include "libmpv/client.h" diff --git a/player/timeline/tl_cue.c b/player/timeline/tl_cue.c index d5e8b08164..a4f23c45cf 100644 --- a/player/timeline/tl_cue.c +++ b/player/timeline/tl_cue.c @@ -27,7 +27,7 @@ #include "common/msg.h" #include "demux/demux.h" #include "options/path.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "common/common.h" #include "stream/stream.h" diff --git a/player/timeline/tl_matroska.c b/player/timeline/tl_matroska.c index cfcc379867..5e69610bd4 100644 --- a/player/timeline/tl_matroska.c +++ b/player/timeline/tl_matroska.c @@ -34,7 +34,7 @@ #include "common/msg.h" #include "demux/demux.h" #include "options/path.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "common/common.h" #include "common/playlist.h" #include "stream/stream.h" diff --git a/player/timeline/tl_mpv_edl.c b/player/timeline/tl_mpv_edl.c index 69cd4e97ce..e11b483935 100644 --- a/player/timeline/tl_mpv_edl.c +++ b/player/timeline/tl_mpv_edl.c @@ -27,7 +27,7 @@ #include "common/msg.h" #include "demux/demux.h" #include "options/path.h" -#include "bstr/bstr.h" +#include "misc/bstr.h" #include "common/common.h" #include "stream/stream.h" |