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

@ -32,7 +32,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rpl-timers.c,v 1.8 2010/06/02 16:55:00 joxe Exp $
* $Id: rpl-timers.c,v 1.9 2010/06/14 11:35:21 adamdunkels Exp $
*/
/**
* \file
@ -42,7 +42,7 @@
*/
#include "contiki-conf.h"
#include "net/rime/ctimer.h"
#include "sys/ctimer.h"
#include "net/rpl/rpl.h"
#include "lib/random.h"