Skip to content

Commit

Permalink
net ipv6: use full include path
Browse files Browse the repository at this point in the history
Using an "absolute" instead of a relative include path, make the doxygen output less confusing.
  • Loading branch information
OlegHahm committed Mar 23, 2016
1 parent 551cb33 commit 826a089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/net/ipv6.h
Expand Up @@ -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" {
Expand Down

0 comments on commit 826a089

Please sign in to comment.