diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2009-10-22 17:43:32 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:59 -0500 |
| commit | 1abb817258e3014e89555a85a92d3966f5ae7445 (patch) | |
| tree | 0428e0293824870b2a26d64b1463ec1e0a4469b2 /vl.c | |
| parent | 72ecf02d7d1c765c78932649bb206ab8a9972a2b (diff) | |
| download | focaccia-qemu-1abb817258e3014e89555a85a92d3966f5ae7445.tar.gz focaccia-qemu-1abb817258e3014e89555a85a92d3966f5ae7445.zip | |
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>
Diffstat (limited to '')
| -rw-r--r-- | vl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vl.c b/vl.c index 18a2405505..ac9ff5251d 100644 --- a/vl.c +++ b/vl.c @@ -44,12 +44,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> |