mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
refactor/single-include: move.h #6469
This commit is contained in:
@@ -438,7 +438,6 @@ set(NO_SINGLE_CHECK_HEADERS
|
|||||||
memline_defs.h
|
memline_defs.h
|
||||||
menu.h
|
menu.h
|
||||||
misc2.h
|
misc2.h
|
||||||
move.h
|
|
||||||
msgpack_rpc/server.h
|
msgpack_rpc/server.h
|
||||||
ops.h
|
ops.h
|
||||||
option.h
|
option.h
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
#define NVIM_MOVE_H
|
#define NVIM_MOVE_H
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include "nvim/buffer_defs.h" // for win_T
|
||||||
|
#include "nvim/pos.h" // for linenr_T
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "move.h.generated.h"
|
# include "move.h.generated.h"
|
||||||
|
Reference in New Issue
Block a user