From 338b922edd88440ef555f08d6924609915c6f00c Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 30 Oct 2010 01:41:01 +0400 Subject: Mov muldiv64 to qemu-common.h (Thus unbreaking gus) Signed-off-by: malc --- hw/omap_clk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw') diff --git a/hw/omap_clk.c b/hw/omap_clk.c index 10c9c4308c..6bcabef8ac 100644 --- a/hw/omap_clk.c +++ b/hw/omap_clk.c @@ -20,7 +20,6 @@ */ #include "hw.h" #include "omap.h" -#include "qemu-timer.h" /* for muldiv64() */ struct clk { const char *name; -- cgit v1.2.3