提交 24a6e063 编写于 作者: P Peter Maydell 提交者: Michael Tokarev

hw: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: NEric Blake <eblake@redhat.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 2d7fedeb
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <inttypes.h>
#include "hw/intc/aspeed_vic.h" #include "hw/intc/aspeed_vic.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"
#include "qemu/log.h" #include "qemu/log.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "config-target.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/bcd.h" #include "qemu/bcd.h"
#include "hw/hw.h" #include "hw/hw.h"
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#ifndef HWADDR_H #ifndef HWADDR_H
#define HWADDR_H #define HWADDR_H
#include <inttypes.h>
#define HWADDR_BITS 64 #define HWADDR_BITS 64
/* hwaddr is the type of a physical address (its size can /* hwaddr is the type of a physical address (its size can
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#ifndef FIFO32_H #ifndef FIFO32_H
#define FIFO32_H #define FIFO32_H
#include "qemu/osdep.h"
#include "qemu/fifo8.h" #include "qemu/fifo8.h"
typedef struct { typedef struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册