mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -43,7 +43,9 @@
|
||||
|
||||
#include <sched.h>
|
||||
#include <errno.h>
|
||||
#include "os_internal.h"
|
||||
|
||||
#include <nuttx/kmalloc.h>
|
||||
|
||||
#include "environ/environ.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/sched.h>
|
||||
#include "os_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
|
||||
Reference in New Issue
Block a user