From 6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:51:31 +0000 Subject: [PATCH] Do not include "systime.h" twice. --- src/keyboard.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 0a20f3d2cbb..d2ef250c965 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -75,9 +75,6 @@ Boston, MA 02111-1307, USA. */ #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 -- 2.39.5