Merge pull request #729 from BytesGalore/remove_unnecessary_includes
core:mutex removed unnecessary includes
This commit is contained in:
commit
7235f9e92c
@ -23,7 +23,6 @@
|
|||||||
#define _MUTEX_H
|
#define _MUTEX_H
|
||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "tcb.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Mutex structure. Should never be modified by the user.
|
* @brief Mutex structure. Should never be modified by the user.
|
||||||
|
|||||||
@ -22,9 +22,8 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "mutex.h"
|
#include "mutex.h"
|
||||||
#include "atomic.h"
|
|
||||||
#include "queue.h"
|
|
||||||
#include "tcb.h"
|
#include "tcb.h"
|
||||||
|
#include "atomic.h"
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "sched.h"
|
#include "sched.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user