From a4856694e1239cd55326ad220c4a2a92202e7620 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 25 Aug 2015 21:36:55 -0400 Subject: Small cleanup after #3227 HAVE_SYS_TIME_H isn't being used by anything, remove it. --- config/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 19977e5916..e9a872d9be 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -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 -- cgit