mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Small cleanup after #3227
HAVE_SYS_TIME_H isn't being used by anything, remove it.
This commit is contained in:
parent
2b39453912
commit
a4856694e1
@ -24,7 +24,6 @@ check_include_files(pwd.h HAVE_PWD_H)
|
||||
check_include_files(strings.h HAVE_STRINGS_H)
|
||||
check_include_files(stropts.h HAVE_STROPTS_H)
|
||||
check_include_files(sys/param.h HAVE_SYS_PARAM_H)
|
||||
check_include_files(sys/time.h HAVE_SYS_TIME_H)
|
||||
check_include_files(sys/wait.h HAVE_SYS_WAIT_H)
|
||||
if(NOT HAVE_SYS_WAIT_H AND UNIX)
|
||||
# See if_cscope.c
|
||||
|
Loading…
Reference in New Issue
Block a user