aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/wstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/event/wstream.h')
-rw-r--r--src/nvim/event/wstream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/event/wstream.h b/src/nvim/event/wstream.h
index 9008de0d97..d599d29913 100644
--- a/src/nvim/event/wstream.h
+++ b/src/nvim/event/wstream.h
@@ -1,9 +1,8 @@
#ifndef NVIM_EVENT_WSTREAM_H
#define NVIM_EVENT_WSTREAM_H
-#include <stdint.h>
#include <stdbool.h>
-
+#include <stdint.h>
#include <uv.h>
#include "nvim/event/loop.h"