(From first party code; ie. not including tdb)
Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
#include <getopt.h>
#include <sys/select.h>
#include <err.h>
-#include <errno.h>
#include <string.h>
#ifdef __sun__
#include <sys/stropts.h>
#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 */
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <err.h>
#include <xenstore.h>
#include <xenctrl.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <xenctrl.h>
#include "utils.h"
#include "talloc.h"