Use new header locations everywhere
[bertos.git] / bertos / kern / monitor.c
index f9eaf3b8de5a9b2b3d7f4e6abd366282e14e246c..9630d3b392669fda4ad778578708d5221e3f96d5 100644 (file)
 #if CONFIG_KERN_MONITOR
 
 #include "proc_p.h"
-#include <mware/list.h>
+#include <struct/list.h>
 #include <drv/timer.h>
 #include <kern/proc.h>
+#include <cpu/frame.h> /* CPU_STACK_GROWS_UPWARD */
 #include <cfg/macros.h>
 #include <cfg/debug.h>