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:
@@ -3,8 +3,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h> // for size_t
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/pos.h" // for linenr_T
|
||||
|
||||
/// A block number.
|
||||
///
|
||||
|
Reference in New Issue
Block a user