From: Pavel Hrdina Date: Tue, 4 Aug 2020 07:35:03 +0000 (+0200) Subject: remote: remove duplicated header X-Git-Tag: v6.7.0-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb92c9dac936f54f8211a072fd65105610dc1f5;p=thirdparty%2Flibvirt.git remote: remove duplicated header We already include viraccessapicheck.h few lines above. Signed-off-by: Pavel Hrdina Reviewed-by: Ján Tomko --- diff --git a/src/remote/remote_daemon_dispatch.c b/src/remote/remote_daemon_dispatch.c index c91b5d3293..dacfa4e9fb 100644 --- a/src/remote/remote_daemon_dispatch.c +++ b/src/remote/remote_daemon_dispatch.c @@ -50,7 +50,6 @@ #include "virpolkit.h" #include "virthreadjob.h" #include "configmake.h" -#include "access/viraccessapicheck.h" #define VIR_FROM_THIS VIR_FROM_RPC