diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 08:49:51 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:29:59 +0100 |
commit | f8fe796407d8b340def61a6b57991e47aee3cfc4 (patch) | |
tree | cf0dba6ce297061d7efec80614be9753536a02c0 /hw/spapr_hcall.c | |
parent | 077805fa92b9089137c6b6b196d449ee05cc342f (diff) |
janitor: do not include qemu-char everywhere
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>
Diffstat (limited to 'hw/spapr_hcall.c')
-rw-r--r-- | hw/spapr_hcall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/spapr_hcall.c b/hw/spapr_hcall.c index 63cadb8d92..1fac362329 100644 --- a/hw/spapr_hcall.c +++ b/hw/spapr_hcall.c @@ -1,8 +1,6 @@ #include "sysemu.h" #include "cpu.h" -#include "qemu-char.h" #include "sysemu.h" -#include "qemu-char.h" #include "helper_regs.h" #include "hw/spapr.h" |