diff options
Diffstat (limited to 'src/nvim/log.c')
-rw-r--r-- | src/nvim/log.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/log.c b/src/nvim/log.c index 236fdb6d12..3575f49e78 100644 --- a/src/nvim/log.c +++ b/src/nvim/log.c @@ -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 |