#include "uuid.h"
#include "logging.h"
#include "memory.h"
-#include "ignore-value.h"
/* Return nn:mm in hex for block and character devices, and NULL
* for other file types, stat failure, or allocation failure. */
#include "c-ctype.h"
#include "logging.h"
#include "nwfilter_conf.h"
-#include "ignore-value.h"
#include "storage_file.h"
#include "virfile.h"
#include "bitmap.h"
#include "memory.h"
#include "datatypes.h"
#include "virterror_internal.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_DOMAIN
# include "libvirt_internal.h"
# include "c-strcase.h"
+# include "ignore-value.h"
/* On architectures which lack these limits, define them (ie. Cygwin).
* Note that the libvirt code should be robust enough to handle the
#include "logging.h"
#include "dnsmasq.h"
#include "configmake.h"
-#include "ignore-value.h"
#include "virnetdev.h"
#include "virnetdevbridge.h"
#include "virnetdevtap.h"
#include "pci.h"
#include "logging.h"
#include "node_device_driver.h"
-#include "ignore-value.h"
#include "virdbus.h"
#define VIR_FROM_THIS VIR_FROM_NODEDEV
#include "nodeinfo.h"
#include "virfile.h"
#include "command.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_OPENVZ
#include "virterror_internal.h"
#include "c-ctype.h"
#include "cpu/cpu.h"
-#include "ignore-value.h"
#include "uuid.h"
#include "virfile.h"
#include "domain_event.h"
#include "datatypes.h"
#include "virterror_internal.h"
#include "json.h"
-#include "ignore-value.h"
#ifdef WITH_DTRACE_PROBES
# include "libvirt_qemu_probes.h"
#include "virfile.h"
#include "virpidfile.h"
#include "buf.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_NONE
#include "memory.h"
#include "util.h"
#include "virfile.h"
-#include "ignore-value.h"
#include "virterror_internal.h"
#include "virtime.h"
# include <execinfo.h>
#endif
-#include "ignore-value.h"
#include "virterror_internal.h"
#include "logging.h"
#include "memory.h"
#include <stdlib.h>
#include "memory.h"
-#include "ignore-value.h"
#if TEST_OOM
#include "memory.h"
#include "threads.h"
#include "virterror_internal.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_NONE
# include <stdio.h>
# include "internal.h"
-# include "ignore-value.h"
typedef enum virFileCloseFlags {
VIR_FILE_CLOSE_PRESERVE_ERRNO = 1 << 0,
#include "command.h"
#include "memory.h"
#include "virterror_internal.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_NONE
#include "xenapi_driver.h"
#include "xenapi_driver_private.h"
#include "xenapi_utils.h"
-#include "ignore-value.h"
#define VIR_FROM_THIS VIR_FROM_XENAPI
# include <signal.h>
# include "internal.h"
-# include "ignore-value.h"
# include "testutils.h"
pthread_cond_t cond = PTHREAD_COND_INITIALIZER;