From: Ján Tomko Date: Sun, 23 Feb 2020 13:33:30 +0000 (+0100) Subject: bhyve: command: remove unused includes X-Git-Tag: v6.1.0-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6801ad16241ef8c45a57e00e0ff70e60c7c63044;p=thirdparty%2Flibvirt.git 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 Fixes: a1bd8d2546c3e469f6a5ce119fad7da1cd473db5 --- diff --git a/src/bhyve/bhyve_command.c b/src/bhyve/bhyve_command.c index 2df7b60115..03bb99d496 100644 --- a/src/bhyve/bhyve_command.c +++ b/src/bhyve/bhyve_command.c @@ -21,10 +21,6 @@ #include -#include -#include -#include - #include "bhyve_capabilities.h" #include "bhyve_command.h" #include "bhyve_domain.h"