diff options
| author | Markus Armbruster <armbru@redhat.com> | 2011-09-06 18:58:55 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-12 15:17:21 +0200 |
| commit | fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544 (patch) | |
| tree | 2d9d936c188607ee1ac1ccd9872e651c91499fde /hw/fdc.c | |
| parent | d1a0739de59501809ad5382030a0d0eba98b69b0 (diff) | |
| download | focaccia-qemu-fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544.tar.gz focaccia-qemu-fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544.zip | |
hw: Trim superfluous #include "block_int.h"
Including it in device models is unclean, including it without a reason adds insult to injury. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/fdc.c')
| -rw-r--r-- | hw/fdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fdc.c b/hw/fdc.c index edade2bf92..57eda0c722 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -36,7 +36,6 @@ #include "qdev-addr.h" #include "blockdev.h" #include "sysemu.h" -#include "block_int.h" /********************************************************/ /* debug Floppy devices */ |