Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h

This commit is contained in:
Gregory Nutt
2014-08-08 17:53:55 -06:00
parent 1f28365f55
commit d798dd37a7
201 changed files with 201 additions and 201 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
#include <arch/arch.h>
#include "task/task.h"
#include "os_internal.h"
#include "sched/sched.h"
struct tcb_s *current_task = NULL;
+1 -1
View File
@@ -52,7 +52,7 @@
#include <queue.h>
#include <stdlib.h>
#include <arch/arch.h>
#include <os_internal.h>
#include <sched/sched.h>
int nest_irq = 0;