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/fdc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/fdc.h') diff --git a/hw/fdc.h b/hw/fdc.h index b6b3772592..242730af8c 100644 --- a/hw/fdc.h +++ b/hw/fdc.h @@ -2,7 +2,6 @@ #define HW_FDC_H /* fdc.c */ -#include "blockdev.h" #define MAX_FD 2 typedef struct FDCtrl FDCtrl; -- cgit v1.2.3