Small cleanup after #3227

HAVE_SYS_TIME_H isn't being used by anything, remove it.
This commit is contained in:
Michael Reed 2015-08-25 21:36:55 -04:00
parent 2b39453912
commit a4856694e1

View File

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