mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Move ioport.h out of cpu-all.h
Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
a68fe89caf
commit
35bed8ee91
4 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "gdbstub.h"
|
||||
#include "host-utils.h"
|
||||
#include "hw/pc.h"
|
||||
#include "ioport.h"
|
||||
|
||||
#ifdef CONFIG_KVM_PARA
|
||||
#include <linux/kvm_para.h>
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "exec.h"
|
||||
#include "exec-all.h"
|
||||
#include "host-utils.h"
|
||||
#include "ioport.h"
|
||||
|
||||
//#define DEBUG_PCALL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue