aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/wstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/wstream.c')
-rw-r--r--src/nvim/os/wstream.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/os/wstream.c b/src/nvim/os/wstream.c
index 0b289e80f5..382c95e31d 100644
--- a/src/nvim/os/wstream.c
+++ b/src/nvim/os/wstream.c
@@ -3,11 +3,11 @@
#include <uv.h>
-#include "os/uv_helpers.h"
-#include "os/wstream.h"
-#include "os/wstream_defs.h"
-#include "vim.h"
-#include "memory.h"
+#include "nvim/os/uv_helpers.h"
+#include "nvim/os/wstream.h"
+#include "nvim/os/wstream_defs.h"
+#include "nvim/vim.h"
+#include "nvim/memory.h"
struct wstream {
uv_stream_t *stream;