summaryrefslogtreecommitdiff
path: root/pfinet/glue-include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/glue-include/asm')
-rw-r--r--pfinet/glue-include/asm/spinlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pfinet/glue-include/asm/spinlock.h b/pfinet/glue-include/asm/spinlock.h
index 1666b0e2..ef13312d 100644
--- a/pfinet/glue-include/asm/spinlock.h
+++ b/pfinet/glue-include/asm/spinlock.h
@@ -1,8 +1,6 @@
#ifndef _HACK_ASM_SPINLOCK_H_
#define _HACK_ASM_SPINLOCK_H_
-#include <cthreads.h>
-
typedef struct { } spinlock_t;
#define SPIN_LOCK_UNLOCKED { }