aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_updates.h
blob: ca5246c571fa2635103ea4023251a130a409f1da (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_defs.h"

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