1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-31 21:17:54 +03:00

libxl: do not include math.h

The include was introduced by:
  commit 3d6fe99c5c
    Add vcpu functions to libxl driver
which used ceil() and floor(), but these were later
removed by:
  commit 3eb869a04b
    libxl: avoid compiler warning
which did not remove the include.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
Ján Tomko 2020-08-25 17:34:03 +02:00
parent 95089f481e
commit 4b45a7102e

View File

@ -22,7 +22,6 @@
#include <config.h>
#include <math.h>
#include <libxl.h>
#include <libxl_utils.h>
#include <xenstore.h>