refactor/single-include: move.h #6469

This commit is contained in:
dedmass
2017-04-06 21:56:27 -04:00
committed by Justin M. Keyes
parent 3d4a2ee9c7
commit b47e1029a5
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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"