mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
10 lines
248 B
C
10 lines
248 B
C
#pragma once
|
|
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/pos_defs.h" // IWYU pragma: keep
|
|
#include "nvim/types_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "bufwrite.h.generated.h"
|
|
#endif
|