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

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

This commit is contained in:
Joakim Nohlgård 2016-07-23 16:57:00 +02:00
parent 985afd8d80
commit d322af3fe5

View File

@ -25,7 +25,6 @@
#include <stddef.h>
#include "list.h"
#include "atomic.h"
#ifdef __cplusplus
extern "C" {