From: Pavel Janík Date: Sat, 16 Feb 2002 09:51:31 +0000 (+0000) Subject: Do not include "systime.h" twice. X-Git-Tag: ttn-vms-21-2-B4~16639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc;p=emacs.git Do not include "systime.h" twice. --- 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