aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hashtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/hashtab.h')
-rw-r--r--src/nvim/hashtab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/hashtab.h b/src/nvim/hashtab.h
index e4ad5e57fe..172f5ca13e 100644
--- a/src/nvim/hashtab.h
+++ b/src/nvim/hashtab.h
@@ -1,7 +1,6 @@
#ifndef NVIM_HASHTAB_H
#define NVIM_HASHTAB_H
-#include <stdbool.h>
#include "nvim/vim.h"
/// Type for hash number (hash calculation result).