forked from Imagelibrary/rtems
Remove superfluous <rtems/system.h> includes
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#include <rtems/system.h>
|
||||
/*
|
||||
#include <rtems/score/isr.h>
|
||||
*/
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
/*
|
||||
* User exception handlers
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
void *_CPU_Thread_Idle_body( uintptr_t ignored )
|
||||
|
||||
Reference in New Issue
Block a user