aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/sha256.h')
-rw-r--r--src/nvim/sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/sha256.h b/src/nvim/sha256.h
index deb881a288..b52d300de6 100644
--- a/src/nvim/sha256.h
+++ b/src/nvim/sha256.h
@@ -1,8 +1,8 @@
#ifndef NVIM_SHA256_H
#define NVIM_SHA256_H
-#include <stdint.h> // for uint32_t
#include <stddef.h>
+#include <stdint.h> // for uint32_t
#include "nvim/types.h" // for char_u