From 90f82d6a12810a45d6ae9886e328fa591d9f12e9 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 25 Mar 2007 21:31:24 +0000 Subject: [PATCH] Keep system includes in front of Contiki includes. --- core/net/rime/rudolph1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/net/rime/rudolph1.c b/core/net/rime/rudolph1.c index d6981cf22..41ab48d36 100644 --- a/core/net/rime/rudolph1.c +++ b/core/net/rime/rudolph1.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rudolph1.c,v 1.1 2007/03/25 11:58:09 adamdunkels Exp $ + * $Id: rudolph1.c,v 1.2 2007/03/25 21:31:24 oliverschmidt Exp $ */ /** @@ -38,12 +38,12 @@ * Adam Dunkels */ +#include /* for offsetof */ + #include "net/rime.h" #include "net/rime/rudolph1.h" #include "cfs/cfs.h" -#include /* for offsetof */ - #define DATA_INTERVAL CLOCK_SECOND * 2 #define TRICKLE_INTERVAL TRICKLE_SECOND #define NACK_TIMEOUT CLOCK_SECOND