From 2446333cd5b5c985f6517dee7004e542ecacd21c Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 24 Aug 2010 15:22:24 +0000 Subject: Rearrange block headers Changing block.h or blockdev.h resulted in recompiling most objects. Move DriveInfo typedef and BlockInterfaceType enum definitions to qemu-common.h and rearrange blockdev.h use to decrease churn. Signed-off-by: Blue Swirl --- hw/omap_sx1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/omap_sx1.c') diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index c3f197393d..44dc514f3f 100644 --- a/hw/omap_sx1.c +++ b/hw/omap_sx1.c @@ -32,6 +32,7 @@ #include "boards.h" #include "arm-misc.h" #include "flash.h" +#include "blockdev.h" /*****************************************************************************/ /* Siemens SX1 Cellphone V1 */ -- cgit 1.4.1