Skip to content

Commit dfa1750

Browse files
WinterMuteDacoTaco
authored andcommitted
remove unused spinlock header
1 parent b1ae25c commit dfa1750

File tree

4 files changed

+2
-195
lines changed

4 files changed

+2
-195
lines changed

gc/ogc/machine/spinlock.h

Lines changed: 0 additions & 191 deletions
This file was deleted.

libdb/debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <signal.h>
66
#include "asm.h"
77
#include "processor.h"
8-
#include "spinlock.h"
98
#include "lwp.h"
109
#include "lwp_threads.h"
1110
#include "context.h"

libogc/exi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ distribution.
3434
#include "asm.h"
3535
#include "irq.h"
3636
#include "processor.h"
37-
#include "spinlock.h"
3837
#include "system.h"
3938
#include "exi.h"
4039
#include "gcutil.h"
41-
#include "lwp_queue.h"
4240

41+
#include "lwp_watchdog.h"
42+
#include "lwp_queue.h"
4343
#include "lwp_queue.inl"
4444

4545
//#define _EXI_DEBUG

lwip/arch/gc/netif/gcif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include <stdlib.h>
22
#include "asm.h"
33
#include "processor.h"
4-
#include "spinlock.h"
54
#include "irq.h"
65
#include "exi.h"
76
#include "cache.h"

0 commit comments

Comments
 (0)