mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'
"qemu/units.h" is not used in the "hw/rx/rx62n.h" header, include it in the source where it is. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240213130341.1793-3-philmd@linaro.org>
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
#include "qemu/cutils.h"
|
#include "qemu/cutils.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include "qemu/guest-random.h"
|
#include "qemu/guest-random.h"
|
||||||
|
#include "qemu/units.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "hw/loader.h"
|
#include "hw/loader.h"
|
||||||
#include "hw/rx/rx62n.h"
|
#include "hw/rx/rx62n.h"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
|
#include "qemu/units.h"
|
||||||
#include "hw/rx/rx62n.h"
|
#include "hw/rx/rx62n.h"
|
||||||
#include "hw/loader.h"
|
#include "hw/loader.h"
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
#include "hw/timer/renesas_tmr.h"
|
#include "hw/timer/renesas_tmr.h"
|
||||||
#include "hw/timer/renesas_cmt.h"
|
#include "hw/timer/renesas_cmt.h"
|
||||||
#include "hw/char/renesas_sci.h"
|
#include "hw/char/renesas_sci.h"
|
||||||
#include "qemu/units.h"
|
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
#define TYPE_RX62N_MCU "rx62n-mcu"
|
#define TYPE_RX62N_MCU "rx62n-mcu"
|
||||||
|
|||||||
Reference in New Issue
Block a user