summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-24 08:49:51 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:29:59 +0100
commitf8fe796407d8b340def61a6b57991e47aee3cfc4 (patch)
treecf0dba6ce297061d7efec80614be9753536a02c0 /block/raw-posix.c
parent077805fa92b9089137c6b6b196d449ee05cc342f (diff)
downloadhqemu-f8fe796407d8b340def61a6b57991e47aee3cfc4.zip
hqemu-f8fe796407d8b340def61a6b57991e47aee3cfc4.tar.gz
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 'block/raw-posix.c')
-rw-r--r--block/raw-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/raw-posix.c b/block/raw-posix.c
index abfedbe..48eff2f 100644
--- a/block/raw-posix.c
+++ b/block/raw-posix.c
@@ -23,7 +23,6 @@
*/
#include "qemu-common.h"
#include "qemu-timer.h"
-#include "qemu-char.h"
#include "qemu-log.h"
#include "block_int.h"
#include "module.h"
OpenPOWER on IntegriCloud