emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master db64d4d: * src/thread.h: Do not include systime.h;


From: Paul Eggert
Subject: [Emacs-diffs] master db64d4d: * src/thread.h: Do not include systime.h; no longer needed.
Date: Sun, 16 Sep 2018 17:30:03 -0400 (EDT)

branch: master
commit db64d4d082bb2578e5e9691f839dfb4e4c6306aa
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 28d8d86..464506d 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -30,7 +30,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #endif
 
 #include "sysselect.h"         /* FIXME */
-#include "systime.h"           /* FIXME */
 #include "systhread.h"
 
 struct thread_state



reply via email to

[Prev in Thread] Current Thread [Next in Thread]