diff options
author | malc <av1474@comtv.ru> | 2010-10-30 01:41:01 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2010-10-30 01:41:01 +0400 |
commit | 338b922edd88440ef555f08d6924609915c6f00c (patch) | |
tree | 8775069b5c6f2ede5529e53b4ad1df76ff130ef4 /hw/omap_clk.c | |
parent | 174b2877b0f6a607f994f7a5b9b9a36caaff5d75 (diff) |
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/omap_clk.c')
-rw-r--r-- | hw/omap_clk.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |