From 2f21c623abcd6e95a24b4de68c3e8766e71c412f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Sun, 10 Apr 2016 13:01:19 +0200 Subject: [PATCH] core/thread_flags: remove superfluous bitarithm.h include --- core/thread_flags.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/thread_flags.c b/core/thread_flags.c index 479c7c36e9..9396c31e30 100644 --- a/core/thread_flags.c +++ b/core/thread_flags.c @@ -19,7 +19,6 @@ */ -#include "bitarithm.h" #include "thread_flags.h" #include "irq.h" #include "thread.h"