Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
This commit is contained in:
parent
951fd78f6c
commit
3fa8ffda1a
45 changed files with 89 additions and 89 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: uip-driver.c,v 1.1 2010/03/02 22:40:39 nifi Exp $
|
||||
* $Id: uip-driver.c,v 1.2 2010/06/14 19:19:17 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@
|
|||
#include "net/uip.h"
|
||||
#include "net/tcpip.h"
|
||||
#include "net/hc.h"
|
||||
#include "net/rime/packetbuf.h"
|
||||
#include "net/packetbuf.h"
|
||||
#include "net/uip-driver.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue