mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
net: remove unused includes of if_tun.h and if_tap.h
Looks like these are just artifacts of vl.c being split up. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
72ecf02d7d
commit
1abb817258
@@ -51,12 +51,6 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
||||
#ifdef __NetBSD__
|
||||
#include <net/if_tap.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include <linux/if_tun.h>
|
||||
#endif
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <netdb.h>
|
||||
|
||||
@@ -42,12 +42,6 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
||||
#if defined(__NetBSD__)
|
||||
#include <net/if_tap.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include <linux/if_tun.h>
|
||||
#endif
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <netdb.h>
|
||||
|
||||
Reference in New Issue
Block a user