aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/job.h')
-rw-r--r--src/nvim/os/job.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/os/job.h b/src/nvim/os/job.h
index ed102666d0..2f8bf79a31 100644
--- a/src/nvim/os/job.h
+++ b/src/nvim/os/job.h
@@ -10,10 +10,9 @@
#include <stdint.h>
#include <stdbool.h>
-#include "nvim/os/rstream_defs.h"
#include "nvim/os/job_defs.h"
-#include "nvim/os/wstream.h"
-#include "nvim/os/wstream_defs.h"
+#include "nvim/event/rstream.h"
+#include "nvim/event/wstream.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/job.h.generated.h"