summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_netstream.c')
-rw-r--r--stream/stream_netstream.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c
index 6240aa7044..bbc8c85cbf 100644
--- a/stream/stream_netstream.c
+++ b/stream/stream_netstream.c
@@ -50,12 +50,12 @@
#include <winsock2.h>
#endif
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
#include "libavutil/common.h"
-#include "mpbswap.h"
+#include "compat/mpbswap.h"
#include "network.h"
#include "stream_netstream.h"