blob: bd5cfb4a11774f0f41e6feab75b459b1833c3f23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef NVIM_ARGLIST_H
#define NVIM_ARGLIST_H
#include "nvim/arglist_defs.h"
#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "arglist.h.generated.h"
#endif
#endif // NVIM_ARGLIST_H
|