From 95964058dff3b8fdbd1e6dbb1ae78529b3cfed99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 25 Mar 2015 18:34:41 +0100 Subject: [PATCH] Do not include cpu_map.h in libvirtd.c No longer needed after commit dd47723 --- daemon/libvirtd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index 55acee2562..107b88dc0e 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c @@ -105,7 +105,6 @@ #include "configmake.h" #include "virdbus.h" -#include "cpu/cpu_map.h" VIR_LOG_INIT("daemon.libvirtd"); -- GitLab