summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/stream/tv.c b/stream/tv.c
index b0abad6e6d..922fa5f008 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -35,14 +35,14 @@
#include "config.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "stream.h"
-#include "libmpdemux/demuxer.h"
-#include "libmpdemux/stheader.h"
+#include "demux/demux.h"
+#include "demux/stheader.h"
-#include "libaf/format.h"
-#include "libmpcodecs/img_format.h"
+#include "audio/format.h"
+#include "video/img_format.h"
#include "libavutil/avstring.h"
#include "osdep/timer.h"