diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-04-22 12:09:27 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-04-22 12:09:27 +0200 |
commit | 9948329992e4de0cc838bb2d87eea6f389786519 (patch) | |
tree | 64b3f06e9fa33a2d81ff1d62b333bf8564456caa /locking.h | |
parent | d711a09cad37a39a4aa67ae9ddf8e5fbff833d8e (diff) |
built_in: Remove unnecessary #include <built_in.h> 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 <tklauser@distanz.ch>
Diffstat (limited to 'locking.h')
-rw-r--r-- | locking.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,8 +3,6 @@ #include <pthread.h> -#include "built_in.h" - struct spinlock { pthread_spinlock_t lock; }; |