mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
10 lines
201 B
C
10 lines
201 B
C
#pragma once
|
|
|
|
#include <stdint.h> // IWYU pragma: keep
|
|
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/deprecated.h.generated.h"
|
|
#endif
|