mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
8 lines
143 B
C
8 lines
143 B
C
#pragma once
|
|
|
|
#include "nvim/event/defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "input.h.generated.h"
|
|
#endif
|