mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:10:34 +00:00
12 lines
298 B
C
12 lines
298 B
C
#pragma once
|
|
|
|
#include <stdint.h> // IWYU pragma: keep
|
|
|
|
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
|
#include "nvim/extmark_defs.h" // IWYU pragma: keep
|
|
#include "nvim/pos_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "buffer_updates.h.generated.h"
|
|
#endif
|