src: remove unused sys/utsname.h includes

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-01-17 17:31:51 +00:00
parent 6485c2c0ae
commit 3f4435d877
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include <config.h>
#include <dirent.h>
#include <sys/utsname.h>
#include <fcntl.h>
#ifndef WIN32
# include <sys/ioctl.h>

View File

@ -21,7 +21,6 @@
#include <config.h>
#include <sys/utsname.h>
#include <fcntl.h>
#include <unistd.h>