diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-01 15:09:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-01 15:09:44 +0200 |
commit | 5342c3f3106b4afa2a76d3173f4827c4b8236da8 (patch) | |
tree | dacc6d57ae73220cf5d6db48f77911e8fb314c7c /networking/libiproute/iplink.c | |
parent | 345e093c2910e9e837de5b7cc5fb46752351f84d (diff) |
clean up redundant, commented-out and misplaced includes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/iplink.c')
-rw-r--r-- | networking/libiproute/iplink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index de7d6407e..df8a354a1 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -6,9 +6,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ - -//#include <sys/ioctl.h> -//#include <sys/socket.h> #include <net/if.h> #include <net/if_packet.h> #include <netpacket/packet.h> |