summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 09:51:31 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 09:51:31 +0000
commit6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc (patch)
tree2751ebaf943bda37e8d7bc44f48176bf272c8cac /src/keyboard.c
parentfd40c8e3bf1dad71eab871d43c72e72f45642120 (diff)
downloademacs-6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc.tar.gz
Do not include "systime.h" twice.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 0 insertions, 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