summaryrefslogtreecommitdiffstats
path: root/stream/stream_vstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_vstream.c')
-rw-r--r--stream/stream_vstream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream_vstream.c b/stream/stream_vstream.c
index 380b682c46..790ba1b83f 100644
--- a/stream/stream_vstream.c
+++ b/stream/stream_vstream.c
@@ -42,10 +42,10 @@
#include <inttypes.h>
#include <errno.h>
-#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 "tcp.h"
#include <vstream-client.h>