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

@ -36,7 +36,7 @@
#include <string.h>
#include "contiki.h"
#include "net/rime/rimeaddr.h"
#include "net/rimeaddr.h"
#include "sys/ctimer.h"
#include "net/ip/uip.h"