diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index 7d54978..1e8f383 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -57,7 +57,6 @@ #include <termios.h> #include <unistd.h> #include <sys/ioctl.h> -#include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> #include <time.h> |