提交 d8dfad9c 编写于 作者: B Blue Swirl

Use qemu-common.h or qemu-timer.h in place of sysemu.h

In some cases qemu-common.h or qemu-timer.h can be used in place
of sysemu.h.
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 a08784dd
......@@ -18,8 +18,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "sysemu.h"
#include "range.h"
#include "qemu-common.h"
#include "pci_bridge.h"
#include "pcie.h"
#include "msix.h"
......
......@@ -26,7 +26,7 @@
#include "console.h"
#include "usb.h"
#include "usb-desc.h"
#include "sysemu.h"
#include "qemu-timer.h"
/* HID interface requests */
#define GET_REPORT 0xa101
......
......@@ -24,9 +24,9 @@
#include "dump.h"
#include "qemu-common.h"
#include "sysemu.h"
#include "qemu-error.h"
#include "qemu-log.h"
#include "qemu-timer.h"
typedef struct DumpState {
VLANClientState nc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册