aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r--src/nvim/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h
index 2dbeecbf6d..604155c33e 100644
--- a/src/nvim/types.h
+++ b/src/nvim/types.h
@@ -1,8 +1,8 @@
#ifndef NVIM_TYPES_H
#define NVIM_TYPES_H
-#include <stdint.h>
#include <stdbool.h>
+#include <stdint.h>
// dummy to pass an ACL to a function
typedef void *vim_acl_T;