Eliminate non-public structures from public microkernel API

No longer drags in include file defining non-public structures.

Change-Id: I91098867b31e34e8d16639339bbd938dcd8869af
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-05-13 15:41:33 -04:00 committed by Anas Nashif
commit dc5230ec35

View file

@ -37,7 +37,6 @@
#include <cputype.h> #include <cputype.h>
#include <microkernel/k_types.h> #include <microkernel/k_types.h>
#include <microkernel/k_struct.h>
#include <clock_vars.h> #include <clock_vars.h>
#include <microkernel/task.h> #include <microkernel/task.h>