From 985afd8d80d8ddddde96bf9f5048312171ca1d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sat, 23 Jul 2016 16:56:36 +0200 Subject: [PATCH] core/mutex.c: remove unused #include "atomic.h" --- core/mutex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/mutex.c b/core/mutex.c index 434386fb2..a9d9bf749 100644 --- a/core/mutex.c +++ b/core/mutex.c @@ -25,7 +25,6 @@ #include "mutex.h" #include "thread.h" -#include "atomic.h" #include "sched.h" #include "thread.h" #include "irq.h"