From c076c82d5952f52488561858ff0614fc627ff23e Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 17:23:45 +0200 Subject: digital/beacon: fix include order --- digital/beacon/src/codewheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital') diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c index e53fef63..235643f4 100644 --- a/digital/beacon/src/codewheel.c +++ b/digital/beacon/src/codewheel.c @@ -23,8 +23,8 @@ * * }}} */ -#include #include +#include #include #include "debug_avr.h" #include "codewheel.h" -- cgit v1.2.3