Skip to content

Commit

Permalink
Merge pull request #7439 from kaspar030/remove_duplicate_thread.h_inc…
Browse files Browse the repository at this point in the history
…ludes

core: remove redundant includes
  • Loading branch information
kaspar030 committed Aug 2, 2017
2 parents 020c2a4 + 68f1346 commit 93ce5a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/kernel_init.c
Expand Up @@ -23,7 +23,6 @@
#include <stdbool.h>
#include <errno.h>
#include "kernel_init.h"
#include "sched.h"
#include "thread.h"
#include "irq.h"
#include "log.h"
Expand Down
1 change: 0 additions & 1 deletion core/msg.c
Expand Up @@ -32,7 +32,6 @@

#define ENABLE_DEBUG (0)
#include "debug.h"
#include "thread.h"

static int _msg_receive(msg_t *m, int block);
static int _msg_send(msg_t *m, kernel_pid_t target_pid, bool block, unsigned state);
Expand Down
2 changes: 0 additions & 2 deletions core/mutex.c
Expand Up @@ -26,9 +26,7 @@
#include "mutex.h"
#include "thread.h"
#include "sched.h"
#include "thread.h"
#include "irq.h"
#include "thread.h"
#include "list.h"

#define ENABLE_DEBUG (0)
Expand Down

0 comments on commit 93ce5a7

Please sign in to comment.