diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-09-25 10:04:17 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:29:52 +0100 |
commit | 077805fa92b9089137c6b6b196d449ee05cc342f (patch) | |
tree | bb954371505f4639307269cc90714ef0b494378c /hw/puv3.c | |
parent | 8e98e2e80b92e08e79e27a0c20a172906cfa12d2 (diff) |
janitor: do not rely on indirect inclusions of or from qemu-char.h
Various header files rely on qemu-char.h including qemu-config.h or
main-loop.h, but they really do not need qemu-char.h at all (particularly
interesting is the case of the block layer!). Clean this up, and also
add missing inclusions of qemu-char.h itself.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/puv3.c')
-rw-r--r-- | hw/puv3.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ + +#include "qemu-common.h" #include "console.h" #include "elf.h" #include "exec-memory.h" |