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 /savevm.c | |
parent | 72ecf02d7d1c765c78932649bb206ab8a9972a2b (diff) |
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 'savevm.c')
-rw-r--r-- | savevm.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |