aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.h
blob: 927afe61d0788bc396d0d14fcb149c0d6b51dad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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