]> xenbits.xensource.com Git - libvirt.git/commitdiff
bhyve: command: remove unused includes
authorJán Tomko <jtomko@redhat.com>
Sun, 23 Feb 2020 13:33:30 +0000 (14:33 +0100)
committerJán Tomko <jtomko@redhat.com>
Sun, 23 Feb 2020 13:33:30 +0000 (14:33 +0100)
These were needed for virBhyveTapGetRealDeviceName
but were not deleted after the function was moved
to src/util.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: a1bd8d2546c3e469f6a5ce119fad7da1cd473db5
src/bhyve/bhyve_command.c

index 2df7b6011545c01b23619d3e5c9e6974935904ca..03bb99d4969c48486e273e187cee3b8e22eb2a07 100644 (file)
 
 #include <config.h>
 
-#include <sys/types.h>
-#include <net/if.h>
-#include <net/if_tap.h>
-
 #include "bhyve_capabilities.h"
 #include "bhyve_command.h"
 #include "bhyve_domain.h"