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:
Justin M. Keyes
2015-08-24 00:26:47 -04:00
parent e7b58b4e53
commit 7280e8c365
3 changed files with 0 additions and 12 deletions

View File

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