[libvirt] [PATCH] virsh: remove a doubled up include for errno.h

Justin Clift justin at salasaga.org
Sun Jun 20 14:27:16 UTC 2010


---

Noticed a doubled up include for errno.h.  Pretty sure it's not
needed.

 tools/virsh.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.c b/tools/virsh.c
index 3057115..0bf7443 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -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>
-- 
1.7.0.1




More information about the libvir-list mailing list