diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-08-25 21:36:55 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-08-25 21:38:15 -0400 |
commit | a4856694e1239cd55326ad220c4a2a92202e7620 (patch) | |
tree | 8c4d3d8a10f10f6deabfbf2cb0cb2d6a3dd086b9 | |
parent | 2b39453912c0110eeae6acfbc67cae68c0a9cf73 (diff) | |
download | rneovim-a4856694e1239cd55326ad220c4a2a92202e7620.tar.gz rneovim-a4856694e1239cd55326ad220c4a2a92202e7620.tar.bz2 rneovim-a4856694e1239cd55326ad220c4a2a92202e7620.zip |
Small cleanup after #3227
HAVE_SYS_TIME_H isn't being used by anything, remove it.
-rw-r--r-- | config/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |