-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network_layer: remove last occurences of vtimer #4186
Conversation
Can you also replace the last occurrences of |
@@ -24,7 +24,6 @@ | |||
#include "net/gnrc/sixlowpan/nd.h" | |||
#include "thread.h" | |||
#include "timex.h" | |||
#include "vtimer.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+#include "xtimer.h"
?
(below too?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xtimer.h gets included by other header files AFAICS and is not needed here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transitive includes: Guaranteed future weird build errors ;).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed
sure, will do that in a follow-up PR |
@authmillenon addressed your comment |
ACK. |
7d5d7fc
to
5fb1041
Compare
squashed |
travis agrees - GO |
network_layer: remove last occurences of vtimer
This PR removes further occurences of vtimer by replacing them with xtimer in
gnrc_icmpv6
,gnrc_ipv6
,gnrc_ndp
andgnrc_sixlowpan