Reorder includes.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 13 Jun 2011 10:04:02 +0000 (10:04 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 13 Jun 2011 10:04:02 +0000 (10:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4956 38d2e660-2303-0410-9eaa-f027e97ec537

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>