]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
tools: remove duplicate #includes
authorMatthew Daley <mattd@bugfuzz.com>
Thu, 5 Dec 2013 08:37:38 +0000 (21:37 +1300)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 12 Mar 2014 13:26:15 +0000 (13:26 +0000)
(From first party code; ie. not including tdb)

Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/console/client/main.c
tools/libxc/xc_flask.c
tools/xcutils/xc_save.c
tools/xenstore/xenstored_domain.c

index 324200890d83e2b84d7565acd922917866f9bf91..eb6a1a93151e05af8c95b26849c5152d70666f84 100644 (file)
@@ -33,7 +33,6 @@
 #include <getopt.h>
 #include <sys/select.h>
 #include <err.h>
-#include <errno.h>
 #include <string.h>
 #ifdef __sun__
 #include <sys/stropts.h>
index 255e4b0b8250743a5949189e502d1631adabf879..bb117f7708def5afaa76db1be98c38091dc3f3ce 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <sys/ioctl.h>
-#include <stdint.h>
 
 #define OCON_ISID    0    /* initial SIDs */
 #define OCON_PIRQ    1    /* physical irqs */
index 45ad0ce253921d27d659111c04c76fb4d388f5c1..ecf54440c3c8b03f38ace664702bc96484474888 100644 (file)
@@ -17,7 +17,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <err.h>
 
 #include <xenstore.h>
 #include <xenctrl.h>
index f7bbb03c96377e620a27b300dc06245444b34df2..6d0394d3f75599609f0a419dc3be023dda307a67 100644 (file)
@@ -22,7 +22,6 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include <xenctrl.h>
 
 #include "utils.h"
 #include "talloc.h"