]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: remove unused sys/utsname.h includes
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 17 Jan 2020 17:31:51 +0000 (17:31 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 29 Jan 2020 14:51:39 +0000 (14:51 +0000)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virhostcpu.c
src/util/virhostmem.c

index 0bde532a0c615e99e64dbe39fdde1bda10d5ae5d..81293eea8cf6a825020709add6cb1a6702f688f4 100644 (file)
@@ -22,7 +22,6 @@
 #include <config.h>
 
 #include <dirent.h>
-#include <sys/utsname.h>
 #include <fcntl.h>
 #ifndef WIN32
 # include <sys/ioctl.h>
index f37d1ad588ed038e845ec23d0508f157d93bbbc2..9097716f546b0475f54c86e693c61b71dc4fbf1c 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <sys/utsname.h>
 #include <fcntl.h>
 #include <unistd.h>