summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/asf_streaming.c')
-rw-r--r--stream/asf_streaming.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 8c747abfdf..f81b5dd983 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -26,8 +26,8 @@
#include <libavutil/intreadwrite.h>
#include "config.h"
-#include "mp_msg.h"
-#include "options.h"
+#include "core/mp_msg.h"
+#include "core/options.h"
#if HAVE_WINSOCK2_H
#include <winsock2.h>
@@ -35,15 +35,15 @@
#include "url.h"
#include "http.h"
-#include "libmpdemux/asf.h"
+#include "demux/asf.h"
#include "stream.h"
-#include "libmpdemux/demuxer.h"
+#include "demux/demux.h"
#include "asf_mmst_streaming.h"
#include "network.h"
#include "tcp.h"
-#include "libmpdemux/asfguid.h"
+#include "demux/asfguid.h"
extern int network_bandwidth;