diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 09:51:31 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 09:51:31 +0000 |
commit | 6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc (patch) | |
tree | 2751ebaf943bda37e8d7bc44f48176bf272c8cac /src | |
parent | fd40c8e3bf1dad71eab871d43c72e72f45642120 (diff) | |
download | emacs-6bf4d74d03ccd4c98226dd8cbe3c7d2f5019facc.tar.gz |
Do not include "systime.h" twice.
Diffstat (limited to 'src')
-rw-r--r-- | src/keyboard.c | 3 |
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 |