Coding style fixes.
[bertos.git] / bertos / cpu / cortex-m3 / drv / timer_lm3s.c
index bbf811767c0846a311aeac7b9364044551c02503..096bff92cbb6c6bc98d6e7c375a1db87b9f14e11 100644 (file)
@@ -37,9 +37,8 @@
 
 #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"
 
 INLINE void timer_hw_setPeriod(unsigned long period)