Skip to content

Commit

Permalink
core/include/mutex.h: remove unused #include "atomic.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Feb 8, 2017
1 parent 985afd8 commit d322af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/include/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <stddef.h>

#include "list.h"
#include "atomic.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit d322af3

Please sign in to comment.