Coding style fixes.
[bertos.git] / bertos / cpu / cortex-m3 / drv / timer_lm3s.c
index ed432e9f6e7b1ef4fa42464997b50159a9d910e2..096bff92cbb6c6bc98d6e7c375a1db87b9f14e11 100644 (file)
 
 #include <cfg/debug.h>
 #include <cpu/irq.h>
-#include "io/lm3s.h"
-
-#include "irq_lm3s.h"
+#include <io/lm3s.h>
+#include <drv/irq_lm3s.h>
 #include "timer_lm3s.h"
 
-ISR_PROTO_CONTEXT_SWITCH(timer_handler);
-
 INLINE void timer_hw_setPeriod(unsigned long period)
 {
        ASSERT(period < (1 << 24));