Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 0 additions & 191 deletions gc/ogc/machine/spinlock.h

This file was deleted.

1 change: 0 additions & 1 deletion libdb/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <signal.h>
#include "asm.h"
#include "processor.h"
#include "spinlock.h"
#include "lwp.h"
#include "lwp_threads.h"
#include "context.h"
Expand Down
4 changes: 2 additions & 2 deletions libogc/exi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ distribution.
#include "asm.h"
#include "irq.h"
#include "processor.h"
#include "spinlock.h"
#include "system.h"
#include "exi.h"
#include "gcutil.h"
#include "lwp_queue.h"

#include "lwp_watchdog.h"
#include "lwp_queue.h"
#include "lwp_queue.inl"

//#define _EXI_DEBUG
Expand Down
1 change: 0 additions & 1 deletion lwip/arch/gc/netif/gcif.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdlib.h>
#include "asm.h"
#include "processor.h"
#include "spinlock.h"
#include "irq.h"
#include "exi.h"
#include "cache.h"
Expand Down