diff options
Diffstat (limited to 'src/nvim/help.h')
-rw-r--r-- | src/nvim/help.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/help.h b/src/nvim/help.h index 7e65e9e133..f60f14c748 100644 --- a/src/nvim/help.h +++ b/src/nvim/help.h @@ -1,8 +1,6 @@ #pragma once -#include <stdbool.h> - -#include "nvim/ex_cmds_defs.h" +#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "help.h.generated.h" |