Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific

This commit is contained in:
adamdunkels 2010-06-14 19:19:16 +00:00
parent 951fd78f6c
commit 3fa8ffda1a
45 changed files with 89 additions and 89 deletions

View file

@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rpl-icmp6.c,v 1.21 2010/06/14 12:44:37 nvt-se Exp $
* $Id: rpl-icmp6.c,v 1.22 2010/06/14 19:19:17 adamdunkels Exp $
*/
/**
* \file
@ -50,7 +50,7 @@
#include "net/uip-nd6.h"
#include "net/uip-icmp6.h"
#include "net/rpl/rpl.h"
#include "net/rime/packetbuf.h"
#include "net/packetbuf.h"
#include <limits.h>
#include <string.h>