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 | f7af603fe8d3c99a7a9dcebeeb530702760c73d4 (patch) | |
tree | 0428e0293824870b2a26d64b1463ec1e0a4469b2 /qemu-char.c | |
parent | 5fb172a84d215bf711d3f6150da9d614a6956507 (diff) | |
download | qemu-f7af603fe8d3c99a7a9dcebeeb530702760c73d4.tar.gz qemu-f7af603fe8d3c99a7a9dcebeeb530702760c73d4.tar.bz2 qemu-f7af603fe8d3c99a7a9dcebeeb530702760c73d4.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 'qemu-char.c')
-rw-r--r-- | qemu-char.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-char.c b/qemu-char.c index 23d2a07109..6f05f8a747 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -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> |