# HG changeset patch # User Pavel Jank # Date 1013853091 0 # Node ID 030bfb08056e12fdc537636e81294ad0218c5710 # Parent bf4a5ec608fda6a37938fca5682e75faa998ebca Do not include "systime.h" twice. diff -r bf4a5ec608fd -r 030bfb08056e src/keyboard.c --- 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