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

@ -41,7 +41,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: packetqueue.h,v 1.4 2010/02/28 09:20:32 adamdunkels Exp $
* $Id: packetqueue.h,v 1.5 2010/06/14 07:34:37 adamdunkels Exp $
*/
/**
@ -57,6 +57,8 @@
#include "lib/list.h"
#include "lib/memb.h"
#include "sys/ctimer.h"
#include "net/rime/packetbuf.h"
#include "net/rime/queuebuf.h"