aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/textobject.h
blob: 735a2fec3d14361618aaa1a607deed2acc267ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "nvim/normal_defs.h"  // IWYU pragma: keep
#include "nvim/pos_defs.h"  // IWYU pragma: keep
#include "nvim/vim_defs.h"  // IWYU pragma: keep

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