]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: remove a doubled up include for errno.h
authorJustin Clift <justin@salasaga.org>
Sun, 20 Jun 2010 14:27:16 +0000 (00:27 +1000)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Jun 2010 08:11:34 +0000 (10:11 +0200)
tools/virsh.c

index 3057115067db7334e5e141bd56039dbd20716849..0bf744304980f3a082e811fcb1af7c7fcad4bdd1 100644 (file)
@@ -28,7 +28,6 @@
 #include <time.h>
 #include <limits.h>
 #include <assert.h>
-#include <errno.h>
 #include <sys/stat.h>
 #include <inttypes.h>
 #include <signal.h>