Reorder includes.
[bertos.git] / bertos / cpu / cortex-m3 / drv / spi_dma_sam3.c
index a13708102ab4063901555fa1f8dc55a602fefeb6..20345991a059aca04ea04976eca4c085e472cc2e 100644 (file)
@@ -36,8 +36,6 @@
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
 
-#include <drv/spi_dma.h>
-
 #include "cfg/cfg_spi_dma.h"
 #include "hw/hw_spi_dma.h"
 
@@ -48,6 +46,8 @@
 #include <struct/kfile_fifo.h>
 
 #include <drv/timer.h>
+#include <drv/spi_dma.h>
+
 
 #include <cpu/attr.h>
 #include <cpu/power.h>