ctimer moved from net/rime to sys/

This commit is contained in:
adamdunkels 2010-06-14 18:58:45 +00:00
parent fad2b1def9
commit 951fd78f6c
5 changed files with 7 additions and 8 deletions

View file

@ -28,14 +28,14 @@
*
* This file is part of the Contiki operating system.
*
* $Id: ctdma_mac.c,v 1.4 2009/06/22 11:14:11 nifi Exp $
* $Id: ctdma_mac.c,v 1.5 2010/06/14 18:58:45 adamdunkels Exp $
*/
#include "contiki.h"
#include "net/mac/ctdma_mac.h"
#include "net/rime/packetbuf.h"
#include "net/uip-fw.h"
#include "net/rime/ctimer.h"
#include "sys/ctimer.h"
#include "net/rime.h"
#include "lib/memb.h"
#include "lib/list.h"