---
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