1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

virsh: remove a doubled up include for errno.h

This commit is contained in:
Justin Clift 2010-06-21 00:27:16 +10:00 committed by Jiri Denemark
parent d147b18de2
commit c7a33939bc

View File

@ -28,7 +28,6 @@
#include <time.h> #include <time.h>
#include <limits.h> #include <limits.h>
#include <assert.h> #include <assert.h>
#include <errno.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <inttypes.h> #include <inttypes.h>
#include <signal.h> #include <signal.h>