summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 7ceecf390e..e0694d8f3c 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -37,9 +37,9 @@
#include "config.h"
-#include "mpvcore/mp_common.h"
-#include "mpvcore/bstr.h"
-#include "mpvcore/mp_msg.h"
+#include "common/common.h"
+#include "bstr/bstr.h"
+#include "common/msg.h"
#include "options/path.h"
#include "osdep/timer.h"
#include "stream.h"