Reorder include.
[bertos.git] / boards / at91sam7s-ek / templates / kernel / main.c
index 13e360dd4cd1ecad57864980fc6f0747075762ba..28035dddb0646ab0177203360095120999f28ec3 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>