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 07:34:36 +00:00
parent f81ca85157
commit 8f8393aadc
19 changed files with 41 additions and 38 deletions

View file

@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route.c,v 1.16 2010/02/03 01:18:24 adamdunkels Exp $
* $Id: route.c,v 1.17 2010/06/14 07:34:37 adamdunkels Exp $
*/
/**
@ -47,7 +47,7 @@
#include "lib/list.h"
#include "lib/memb.h"
#include "net/rime/ctimer.h"
#include "sys/ctimer.h"
#include "net/rime/route.h"
#include "contiki-conf.h"