Moved the rimeaddr.[ch] code from the core/net/rime module to the core/net module, as it is used not only by rime code

This commit is contained in:
Adam Dunkels 2013-12-05 22:45:43 +01:00
parent b02104e4c4
commit 0fe08205e1
26 changed files with 25 additions and 25 deletions

View file

@ -39,7 +39,7 @@
#define COLLECT_COMMON_H_
#include "contiki.h"
#include "net/rime/rimeaddr.h"
#include "net/rimeaddr.h"
void collect_common_net_init(void);
void collect_common_net_print(void);