From db64d4d082bb2578e5e9691f839dfb4e4c6306aa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 16 Sep 2018 13:41:21 -0700 Subject: [PATCH] * src/thread.h: Do not include systime.h; no longer needed. --- src/thread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thread.h b/src/thread.h index 28d8d864fb4..464506d2632 100644 --- a/src/thread.h +++ b/src/thread.h @@ -30,7 +30,6 @@ along with GNU Emacs. If not, see . */ #endif #include "sysselect.h" /* FIXME */ -#include "systime.h" /* FIXME */ #include "systhread.h" struct thread_state -- 2.39.5