Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures

This commit is contained in:
Gregory Nutt
2014-08-08 18:39:28 -06:00
parent 0be5f2ca81
commit e1769b22f1
158 changed files with 61 additions and 276 deletions
+3 -1
View File
@@ -43,7 +43,9 @@
#include <sched.h>
#include <errno.h>
#include "os_internal.h"
#include <nuttx/kmalloc.h>
#include "environ/environ.h"
/****************************************************************************
-1
View File
@@ -42,7 +42,6 @@
#include <nuttx/config.h>
#include <nuttx/sched.h>
#include "os_internal.h"
/****************************************************************************
* Definitions