mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:52:52 +10:00
13 lines
296 B
C
13 lines
296 B
C
#pragma once
|
|
|
|
#include <lua.h> // IWYU pragma: keep
|
|
#include <stdint.h> // IWYU pragma: keep
|
|
|
|
#include "nvim/api/keysets.h"
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
#include "nvim/buffer_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/buffer.h.generated.h"
|
|
#endif
|