aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.h
blob: 1c59789260e21fa7f96a52125d9f4cdb93dd5a41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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