From: Ján Tomko Date: Wed, 25 Mar 2015 17:34:41 +0000 (+0100) Subject: Do not include cpu_map.h in libvirtd.c X-Git-Tag: v1.2.15-rc1~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95964058dff3b8fdbd1e6dbb1ae78529b3cfed99;p=thirdparty%2Flibvirt.git Do not include cpu_map.h in libvirtd.c No longer needed after commit dd47723 --- 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");