From 9948329992e4de0cc838bb2d87eea6f389786519 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 22 Apr 2014 12:09:27 +0200 Subject: built_in: Remove unnecessary #include from several headers These are not needed in the headers themselves and are pulled in in the .c file where necessary. Signed-off-by: Tobias Klauser --- locking.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'locking.h') diff --git a/locking.h b/locking.h index 95f1341..51034b3 100644 --- a/locking.h +++ b/locking.h @@ -3,8 +3,6 @@ #include -#include "built_in.h" - struct spinlock { pthread_spinlock_t lock; }; -- cgit v1.2.3-54-g00ecf