Skip to content

Commit

Permalink
nc: ndp: sixlowpan: remove timex.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Nov 9, 2015
1 parent 401e1b3 commit bf3a504
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/ipv6/nc/gnrc_ipv6_nc.c
Expand Up @@ -23,7 +23,6 @@
#include "net/gnrc/pktbuf.h"
#include "net/gnrc/sixlowpan/nd.h"
#include "thread.h"
#include "timex.h"
#include "xtimer.h"

#define ENABLE_DEBUG (0)
Expand Down
Expand Up @@ -20,7 +20,6 @@
#include "net/gnrc/sixlowpan/ctx.h"
#include "net/gnrc/sixlowpan/nd.h"
#include "random.h"
#include "timex.h"
#include "xtimer.h"

#include "net/gnrc/ndp/internal.h"
Expand Down
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/ndp/router/gnrc_ndp_router.c
Expand Up @@ -16,7 +16,6 @@
#include "net/gnrc/ndp.h"
#include "net/gnrc/ndp/internal.h"
#include "random.h"
#include "timex.h"
#include "xtimer.h"

#include "net/gnrc/ndp/router.h"
Expand Down
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/sixlowpan/frag/rbuf.c
Expand Up @@ -23,7 +23,6 @@
#include "net/gnrc/sixlowpan/frag.h"
#include "net/sixlowpan.h"
#include "thread.h"
#include "timex.h"
#include "xtimer.h"
#include "utlist.h"

Expand Down
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/sixlowpan/frag/rbuf.h
Expand Up @@ -23,7 +23,6 @@

#include "net/gnrc/netif/hdr.h"
#include "net/gnrc/pkt.h"
#include "timex.h"

#include "net/gnrc/sixlowpan/frag.h"
#ifdef __cplusplus
Expand Down
Expand Up @@ -20,7 +20,6 @@
#include "net/gnrc/sixlowpan.h"
#include "net/gnrc/sixlowpan/ctx.h"
#include "random.h"
#include "timex.h"

#include "net/gnrc/sixlowpan/nd.h"

Expand Down

0 comments on commit bf3a504

Please sign in to comment.