summaryrefslogtreecommitdiffstats
path: root/player/timeline
diff options
context:
space:
mode:
Diffstat (limited to 'player/timeline')
-rw-r--r--player/timeline/tl_cue.c2
-rw-r--r--player/timeline/tl_matroska.c2
-rw-r--r--player/timeline/tl_mpv_edl.c2
3 files changed, 3 insertions, 3 deletions
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"