diff options
Diffstat (limited to 'stream/asf_mmst_streaming.c')
-rw-r--r-- | stream/asf_mmst_streaming.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/asf_mmst_streaming.c b/stream/asf_mmst_streaming.c index 3af97b148b..26dd8aeddf 100644 --- a/stream/asf_mmst_streaming.c +++ b/stream/asf_mmst_streaming.c @@ -35,8 +35,8 @@ #include <inttypes.h> #include "config.h" -#include "options.h" -#include "mp_msg.h" +#include "core/options.h" +#include "core/mp_msg.h" #if HAVE_WINSOCK2_H #include <winsock2.h> @@ -47,7 +47,7 @@ #endif #include "url.h" -#include "libmpdemux/asf.h" +#include "demux/asf.h" #include "stream.h" #include "asf_mmst_streaming.h" |