aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/input.h')
-rw-r--r--src/nvim/os/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/input.h b/src/nvim/os/input.h
index d571965408..7026781407 100644
--- a/src/nvim/os/input.h
+++ b/src/nvim/os/input.h
@@ -1,8 +1,8 @@
#ifndef NVIM_OS_INPUT_H
#define NVIM_OS_INPUT_H
-#include <stdint.h>
#include <stdbool.h>
+#include <stdint.h>
#include "nvim/api/private/defs.h"
#include "nvim/event/multiqueue.h"