refactor/single-include: memline_defs.h #6465

This commit is contained in:
dedmass
2017-04-06 17:16:56 -04:00
committed by Justin M. Keyes
parent b47e1029a5
commit 89deb6ff22
2 changed files with 2 additions and 1 deletions

View File

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

View File

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