mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
9 lines
211 B
C
9 lines
211 B
C
#pragma once
|
|
|
|
#include "nvim/api/keysets_defs.h" // IWYU pragma: keep
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/window.h.generated.h"
|
|
#endif
|