Moved ctimer.[ch] from their old and illogical location in core/net/rime to a more appropriate place in core/sys

This commit is contained in:
adamdunkels 2010-06-14 11:33:58 +00:00
parent 97708d6235
commit a890cd3d49
3 changed files with 7 additions and 6 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Joakim Eriksson, Nicolas Tsiftes
*
* $Id: rpl.h,v 1.17 2010/06/12 10:55:46 joxe Exp $
* $Id: rpl.h,v 1.18 2010/06/14 11:33:58 adamdunkels Exp $
*/
#ifndef RPL_H
@ -49,7 +49,7 @@
#include "lib/list.h"
#include "net/uip.h"
#include "sys/clock.h"
#include "net/rime/ctimer.h"
#include "sys/ctimer.h"
#include "net/uip-ds6.h"
/* set to 1 for some statistics on trickle / DIO */