mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
gnrc_icmpv6_error: re-order header inclusions
This commit is contained in:
parent
0b4230e5f6
commit
d161379e47
@ -12,11 +12,11 @@
|
||||
* @file
|
||||
*/
|
||||
|
||||
#include "net/ipv6.h"
|
||||
#include "net/gnrc/icmpv6.h"
|
||||
#include "net/gnrc/pktbuf.h"
|
||||
|
||||
#include "net/ipv6.h"
|
||||
#include "net/gnrc/icmpv6/error.h"
|
||||
#include "net/gnrc/icmpv6.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user