diff options
| author | Markus Armbruster | 2011-09-06 18:58:55 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2011-09-12 15:17:21 +0200 |
| commit | fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544 (patch) | |
| tree | 2d9d936c188607ee1ac1ccd9872e651c91499fde /hw/ide/cmd646.c | |
| parent | block: Move BlockConf & friends from block_int.h to block.h (diff) | |
| download | qemu-fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544.tar.gz qemu-fb0c61a5a51cd51f0c4e2f009ccb4a44bd9d8544.tar.xz 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/ide/cmd646.c')
| -rw-r--r-- | hw/ide/cmd646.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c index 4d91e2c642..5fe98b1bb3 100644 --- a/hw/ide/cmd646.c +++ b/hw/ide/cmd646.c @@ -27,7 +27,6 @@ #include <hw/pci.h> #include <hw/isa.h> #include "block.h" -#include "block_int.h" #include "sysemu.h" #include "dma.h" |
