bhyve: command: remove unused includes

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: a1bd8d2546
This commit is contained in:
Ján Tomko 2020-02-23 14:33:30 +01:00
parent 9e792e6a3c
commit 6801ad1624

View File

@ -21,10 +21,6 @@
#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"