[libvirt PATCH 1/2] remote: remove duplicated header

Pavel Hrdina posted 2 patches 5 years, 6 months ago
[libvirt PATCH 1/2] remote: remove duplicated header
Posted by Pavel Hrdina 5 years, 6 months ago
We already include viraccessapicheck.h few lines above.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 src/remote/remote_daemon_dispatch.c | 1 -
 1 file changed, 1 deletion(-)

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
 
-- 
2.26.2