https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0a22adf7eb8dfe16e28d8ca66486e1395f7e42a8
commit 0a22adf7eb8dfe16e28d8ca66486e1395f7e42a8 Author: Corinna Vinschen <[email protected]> AuthorDate: Wed Dec 4 14:01:52 2024 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Wed Dec 4 14:53:08 2024 +0100 Cygwin: drop unnecessary inclusion of spinlock.h Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/clock.cc | 1 - winsup/cygwin/times.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/winsup/cygwin/clock.cc b/winsup/cygwin/clock.cc index 1c675f0f26c8..2a4e86922b4a 100644 --- a/winsup/cygwin/clock.cc +++ b/winsup/cygwin/clock.cc @@ -3,7 +3,6 @@ #include "pinfo.h" #include "clock.h" #include "miscfuncs.h" -#include "spinlock.h" static inline LONGLONG system_qpc_tickspersec () diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index f6e2692b598c..a89980d08f9b 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -24,7 +24,6 @@ details. */ #include "thread.h" #include "cygtls.h" #include "ntdll.h" -#include "spinlock.h" static inline void __attribute__ ((always_inline)) get_system_time (PLARGE_INTEGER systime)
