1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #5284 from cgundogan/pr/core/thread_flags_superfluous_include

core/thread_flags: remove superfluous bitarithm.h include
This commit is contained in:
Kaspar Schleiser 2016-04-10 13:36:06 +02:00
commit 4b748fc828

View File

@ -19,7 +19,6 @@
*/
#include "bitarithm.h"
#include "thread_flags.h"
#include "irq.h"
#include "thread.h"