aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r--src/nvim/os/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h
index ad4886446a..1b6c667dbb 100644
--- a/src/nvim/os/time.h
+++ b/src/nvim/os/time.h
@@ -1,8 +1,8 @@
#ifndef NVIM_OS_TIME_H
#define NVIM_OS_TIME_H
-#include <stdint.h>
#include <stdbool.h>
+#include <stdint.h>
#include <time.h>
typedef uint64_t Timestamp;