From: Ján Tomko Date: Tue, 25 Aug 2020 15:34:03 +0000 (+0200) Subject: libxl: do not include math.h X-Git-Tag: v6.8.0-rc1~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b45a7102e37316a5a8b0c40269b29effebbf60d;p=thirdparty%2Flibvirt.git libxl: do not include math.h The include was introduced by: commit 3d6fe99c5c3b862db1b345da3598a920f1079b6e Add vcpu functions to libxl driver which used ceil() and floor(), but these were later removed by: commit 3eb869a04bdeaddbe10e74568540e865fb79e412 libxl: avoid compiler warning which did not remove the include. Signed-off-by: Ján Tomko Reviewed-by: Jim Fehlig --- diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index ccda4e0031..161a6882f3 100644 --- a/src/libxl/libxl_driver.c +++ b/src/libxl/libxl_driver.c @@ -22,7 +22,6 @@ #include -#include #include #include #include