diff options
author | Philippe Mathieu-Daudé | 2018-06-25 14:41:58 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-07-02 15:41:12 +0200 |
commit | fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1 (patch) | |
tree | 97339858e35777a7699b4e085d11ddf4b6d24f4e /hw/ppc/ppc440_uc.c | |
parent | hw: Use IEC binary prefix definitions from "qemu/units.h" (diff) | |
download | qemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.tar.gz qemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.tar.xz qemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.zip |
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
These files don't use anything exposed by "qemu/cutils.h",
simplify preprocessing including directly "qemu/units.h".
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc parts)
Message-Id: <20180625124238.25339-7-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc/ppc440_uc.c')
-rw-r--r-- | hw/ppc/ppc440_uc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/ppc440_uc.c b/hw/ppc/ppc440_uc.c index b5b31b4b9b..1ab2235f20 100644 --- a/hw/ppc/ppc440_uc.c +++ b/hw/ppc/ppc440_uc.c @@ -9,8 +9,8 @@ */ #include "qemu/osdep.h" +#include "qemu/units.h" #include "qemu-common.h" -#include "qemu/cutils.h" #include "qemu/error-report.h" #include "qapi/error.h" #include "cpu.h" |