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

#include <stdbool.h>

#include "nvim/buffer_defs.h"  // IWYU pragma: keep
#include "nvim/eval/typval_defs.h"  // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/vim.h"

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