]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not include "systime.h" twice.
authorPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:51:31 +0000 (09:51 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:51:31 +0000 (09:51 +0000)
src/keyboard.c

index 0a20f3d2cbb1fea03a2c77ac590e4617adfc3058..d2ef250c965317958bd40287233d6c9ef0453726 100644 (file)
@@ -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