libmisc: Simplify <rtems/stackchk.h>

Drop the <rtems/score/percpu.h> include since this file exposes a lot of
implementation details.
This commit is contained in:
Sebastian Huber
2015-06-25 14:22:31 +02:00
parent 96316d1b50
commit 5f31bbe105
3 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include <rtems.h>
#include <rtems/stackchk.h>
#include <rtems/score/percpu.h>
/* forward declarations to avoid warnings */
void b(void);