mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 11:36:32 +10:00
13 lines
297 B
C
13 lines
297 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/menu_defs.h" // IWYU pragma: export
|
|
#include "nvim/types.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "menu.h.generated.h"
|
|
#endif
|