refactor/single-include: ex_getln.h #6454

This commit is contained in:
dedmass 2017-04-06 09:22:44 -04:00 committed by Justin M. Keyes
parent 89deb6ff22
commit fd69c3f561
2 changed files with 3 additions and 1 deletions

View File

@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
endfunction()
set(NO_SINGLE_CHECK_HEADERS
ex_getln.h
file_search.h
fold.h
getchar.h

View File

@ -3,6 +3,9 @@
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds.h"
#include "nvim/ex_cmds_defs.h" // for exarg_T
#include "nvim/os/time.h" // for Timestamp
#include "nvim/regexp_defs.h" // for regmatch_T
/* Values for nextwild() and ExpandOne(). See ExpandOne() for meaning. */
#define WILD_FREE 1