From: asterix Date: Mon, 13 Jun 2011 10:04:02 +0000 (+0000) Subject: Reorder includes. X-Git-Tag: 2.7.0~10 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2c97fb09442a7039298a940a1c56bcb48dd412b4;p=bertos.git Reorder includes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4956 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/drv/spi_dma_sam3.c b/bertos/cpu/cortex-m3/drv/spi_dma_sam3.c index a1370810..20345991 100644 --- a/bertos/cpu/cortex-m3/drv/spi_dma_sam3.c +++ b/bertos/cpu/cortex-m3/drv/spi_dma_sam3.c @@ -36,8 +36,6 @@ * \author Luca Ottaviano */ -#include - #include "cfg/cfg_spi_dma.h" #include "hw/hw_spi_dma.h" @@ -48,6 +46,8 @@ #include #include +#include + #include #include