aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_updates.h
blob: 5e40657537a4430140d1b8c8d31be713a635fa3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <stdint.h>  // IWYU pragma: keep

#include "nvim/buffer_defs.h"  // IWYU pragma: keep
#include "nvim/extmark.h"
#include "nvim/pos.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "buffer_updates.h.generated.h"
#endif