changeset 43341:030bfb08056e

Do not include "systime.h" twice.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:51:31 +0000
parents bf4a5ec608fd
children 54b7d7a369a0
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Feb 16 09:44:00 2002 +0000
+++ b/src/keyboard.c	Sat Feb 16 09:51:31 2002 +0000
@@ -75,9 +75,6 @@
 #include "macterm.h"
 #endif
 
-/* Include systime.h after xterm.h to avoid double inclusion of time.h. */
-#include "systime.h"
-
 #ifndef USE_CRT_DLL
 extern int errno;
 #endif