diff options
author | Peter Oskolkov <posk@google.com> | 2018-12-20 19:51:49 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-21 01:56:04 +0100 |
commit | a6ae520defea9986a422032eda7f0bdbb1368a18 (patch) | |
tree | b5350a3ff2ea3770a40dbe57f70c28e86530afac /include/net | |
parent | ppp: Move PFC decompression to PPP generic layer (diff) | |
download | linux-a6ae520defea9986a422032eda7f0bdbb1368a18.tar.xz linux-a6ae520defea9986a422032eda7f0bdbb1368a18.zip |
net: seg6.h: remove an unused #include
A minor code cleanup.
Signed-off-by: Peter Oskolkov <posk@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/seg6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/seg6.h b/include/net/seg6.h index 2567941a2f32..8b2dc6869fd1 100644 --- a/include/net/seg6.h +++ b/include/net/seg6.h @@ -16,7 +16,6 @@ #include <linux/net.h> #include <linux/ipv6.h> -#include <net/lwtunnel.h> #include <linux/seg6.h> #include <linux/rhashtable-types.h> |