diff options
Diffstat (limited to 'python-ethtool/etherinfo.h')
-rw-r--r-- | python-ethtool/etherinfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python-ethtool/etherinfo.h b/python-ethtool/etherinfo.h index 5e1056a..8e98b0a 100644 --- a/python-ethtool/etherinfo.h +++ b/python-ethtool/etherinfo.h @@ -17,13 +17,6 @@ #ifndef _ETHERINFO_H #define _ETHERINFO_H -#include <netlink/addr.h> -#include <netlink/netlink.h> -#include <netlink/handlers.h> -#include <netlink/route/link.h> -#include <netlink/route/addr.h> -#include <arpa/inet.h> - typedef enum {NLQRY_LINK, NLQRY_ADDR} nlQuery; /**< Supported query types in the etherinfo code */ int get_etherinfo(struct etherinfo_obj_data *data, nlQuery query); |