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:
parent
f81ca85157
commit
8f8393aadc
19 changed files with 41 additions and 38 deletions
|
@ -32,7 +32,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: packetqueue.c,v 1.2 2010/02/28 09:20:32 adamdunkels Exp $
|
||||
* $Id: packetqueue.c,v 1.3 2010/06/14 07:34:37 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -42,7 +42,7 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include "net/rime/ctimer.h"
|
||||
#include "sys/ctimer.h"
|
||||
#include "net/rime/packetqueue.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue