diff --git a/src/nvim/sha256.c b/src/nvim/sha256.c index 17b80f013b..7670b64468 100644 --- a/src/nvim/sha256.c +++ b/src/nvim/sha256.c @@ -8,15 +8,11 @@ /// at your choice. /// /// Vim specific notes: -/// Functions exported by this file: -/// 2. sha2_seed() generates a random header. /// sha256_self_test() is implicitly called once. #include // for size_t #include // for snprintf(). -#include // for rand_r(). -#include "nvim/os/time.h" // for os_hrtime(). #include "nvim/sha256.h" // for context_sha256_T #include "nvim/vim.h" // for STRCPY()/STRLEN().