Remove old neighbor.h inclusion
This commit is contained in:
parent
a3a8c0e179
commit
f2c9b3e813
10 changed files with 40 additions and 33 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: shell-rime.c,v 1.17 2010/02/28 14:16:19 adamdunkels Exp $
|
||||
* $Id: shell-rime.c,v 1.18 2010/03/19 13:24:26 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -48,7 +48,6 @@
|
|||
#include "lib/random.h"
|
||||
|
||||
#include "net/rime.h"
|
||||
#include "net/rime/neighbor.h"
|
||||
#include "net/rime/route.h"
|
||||
|
||||
#include "net/rime/timesynch.h"
|
||||
|
@ -64,7 +63,7 @@ int snprintf(char *str, size_t size, const char *format, ...);
|
|||
#include <string.h>
|
||||
|
||||
|
||||
#define COLLECT_REXMITS 8
|
||||
#define COLLECT_REXMITS 4
|
||||
|
||||
#define COLLECT_MSG_HDRSIZE 4
|
||||
struct collect_msg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue