1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/mutex.c: remove unused #include "atomic.h"

This commit is contained in:
Joakim Nohlgård 2016-07-23 16:56:36 +02:00
parent 4bd62d241f
commit 985afd8d80

View File

@ -25,7 +25,6 @@
#include "mutex.h"
#include "thread.h"
#include "atomic.h"
#include "sched.h"
#include "thread.h"
#include "irq.h"