mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor/single-include: memline_defs.h #6465
This commit is contained in:
@@ -435,7 +435,6 @@ set(NO_SINGLE_CHECK_HEADERS
|
|||||||
mbyte.h
|
mbyte.h
|
||||||
memfile_defs.h
|
memfile_defs.h
|
||||||
memline.h
|
memline.h
|
||||||
memline_defs.h
|
|
||||||
menu.h
|
menu.h
|
||||||
misc2.h
|
misc2.h
|
||||||
msgpack_rpc/server.h
|
msgpack_rpc/server.h
|
||||||
|
@@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdlib.h> // for size_t
|
||||||
|
|
||||||
#include "nvim/types.h"
|
#include "nvim/types.h"
|
||||||
|
#include "nvim/pos.h" // for linenr_T
|
||||||
|
|
||||||
/// A block number.
|
/// A block number.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user