From 826a08941906e16485077c8f8d39df47f43b1a9c Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Wed, 23 Mar 2016 22:39:46 +0100 Subject: [PATCH] net ipv6: use full include path Using an "absolute" instead of a relative include path, make the doxygen output less confusing. --- sys/include/net/ipv6.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/include/net/ipv6.h b/sys/include/net/ipv6.h index ba3e035d7..aa5a4d56b 100644 --- a/sys/include/net/ipv6.h +++ b/sys/include/net/ipv6.h @@ -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" {