net ipv6: use full include path

Using an "absolute" instead of a relative include path, make the doxygen output less confusing.
pr/gpio
Oleg Hahm 7 years ago
parent 551cb3365c
commit 826a089419

@ -24,9 +24,9 @@
#ifndef IPV6_H_
#define IPV6_H_
#include "ipv6/addr.h"
#include "ipv6/ext.h"
#include "ipv6/hdr.h"
#include "net/ipv6/addr.h"
#include "net/ipv6/ext.h"
#include "net/ipv6/hdr.h"
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save