Touching char/char.h basically causes the whole of QEMU to be rebuilt. Avoid this, it is usually unnecessary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
@@ -24,7 +24,6 @@
#include <alsa/asoundlib.h>
#include "qemu-common.h"
#include "main-loop.h"
-#include "qemu-char.h"
#include "audio.h"
#if QEMU_GNUC_PREREQ(4, 3)
@@ -33,7 +33,6 @@
#include "host-utils.h"
#define AUDIO_CAP "oss"
@@ -23,7 +23,6 @@
*/
#include "qemu-timer.h"
#include "qemu-log.h"
#include "block_int.h"
#include "module.h"
@@ -18,7 +18,6 @@
#include "net.h"
#include "bt-host.h"
#include "hw/bt.h"
@@ -16,7 +16,6 @@
#include "hw/hw.h"
#include "buffered_file.h"
//#define DEBUG_BUFFERED_FILE
@@ -25,6 +25,7 @@
#include "console.h"
#include "qmp-commands.h"
+#include "qemu-char.h"
//#define DEBUG_CONSOLE
#define DEFAULT_BACKSCROLL 512
@@ -1,7 +1,6 @@
#ifndef CONSOLE_H
#define CONSOLE_H
#include "qemu-pixman.h"
#include "qdict.h"
#include "notify.h"
@@ -15,6 +15,7 @@
#include "hmp.h"
#include "qemu-option.h"
@@ -12,7 +12,6 @@
*
#include "fsdev/qemu-fsdev.h"
#include "qemu-thread.h"
#include "qemu-coroutine.h"
@@ -24,6 +24,7 @@
#include "migration.h"
#include "qerror.h"
#include "event_notifier.h"
#include <sys/mman.h>
#include <sys/types.h>
@@ -1,8 +1,6 @@
#include "sysemu.h"
#include "cpu.h"
#include "helper_regs.h"
#include "hw/spapr.h"
@@ -30,6 +30,7 @@
#include "strongarm.h"
#include "qemu-error.h"
#include "arm-misc.h"
#include "ssi.h"
@@ -36,7 +36,6 @@
#include <sys/uio.h>
#include "hw.h"
#include "xen_backend.h"
#include "xen_blkif.h"
#include "blockdev.h"
@@ -39,7 +39,6 @@
#include "net/checksum.h"
#include "net/util.h"
#include <xen/io/netif.h>
#include "sysbus.h"
#include "ptimer.h"
@@ -36,6 +36,7 @@
#include "flash.h"
#include "xtensa_bootparam.h"
typedef struct LxBoardDesc {
#include "config-host.h"
#include "qemu-queue.h"
#include "qemu-aio.h"
#include "qemu_socket.h"
#include "block.h"
@@ -17,7 +17,6 @@
#include "monitor.h"
@@ -2,7 +2,6 @@
#define MONITOR_H
@@ -35,6 +35,7 @@
#include "slirp/libslirp.h"
static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
{
@@ -26,7 +26,6 @@
#include "clients.h"
@@ -37,7 +37,6 @@
@@ -27,7 +27,6 @@
@@ -16,6 +16,7 @@
#include "ui/qemu-spice.h"
#include "ui/vnc.h"
#include "kvm.h"
@@ -76,7 +76,6 @@
#include "audio/audio.h"
#include "qemu-config.h"
extern int using_spice;