4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-13 04:29:09 +08:00

Cygwin: drop unnecessary inclusion of spinlock.h

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2024-12-04 14:01:52 +01:00
parent 1a49c17840
commit 0a22adf7eb
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include "pinfo.h"
#include "clock.h"
#include "miscfuncs.h"
#include "spinlock.h"
static inline LONGLONG
system_qpc_tickspersec ()

View File

@ -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)