mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
remove references to <sys/time.h>
Since gettimeofday() was replaced by os_time in
fb5a786bdb
we do not need sys/time.h.
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/time.h"
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user