diff options
Diffstat (limited to 'src/nvim/os/job.h')
-rw-r--r-- | src/nvim/os/job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/job.h b/src/nvim/os/job.h index 665bdffdb5..f48218ffe7 100644 --- a/src/nvim/os/job.h +++ b/src/nvim/os/job.h @@ -10,8 +10,8 @@ #include <stdint.h> #include <stdbool.h> -#include "nvim/os/event_defs.h" #include "nvim/os/rstream_defs.h" +#include "nvim/os/event_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/job.h.generated.h" |