diff options
| author | Paul Eggert | 2018-09-16 13:41:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-09-16 14:29:57 -0700 |
| commit | db64d4d082bb2578e5e9691f839dfb4e4c6306aa (patch) | |
| tree | 644e50b32ec0c7b4e6ea7d139ff4efdfa8808b4a /src/thread.h | |
| parent | 238c7cd730819ddba2dbde3c46ee36136575695b (diff) | |
| download | emacs-db64d4d082bb2578e5e9691f839dfb4e4c6306aa.tar.gz emacs-db64d4d082bb2578e5e9691f839dfb4e4c6306aa.zip | |
* src/thread.h: Do not include systime.h; no longer needed.
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. */ | |||
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | #include "sysselect.h" /* FIXME */ | 32 | #include "sysselect.h" /* FIXME */ |
| 33 | #include "systime.h" /* FIXME */ | ||
| 34 | #include "systhread.h" | 33 | #include "systhread.h" |
| 35 | 34 | ||
| 36 | struct thread_state | 35 | struct thread_state |