diff options
Diffstat (limited to 'hw/vmport.c')
-rw-r--r-- | hw/vmport.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/vmport.c b/hw/vmport.c index faead3a955..cc1466ae96 100644 --- a/hw/vmport.c +++ b/hw/vmport.c @@ -21,11 +21,11 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "hw.h" -#include "isa.h" -#include "pc.h" +#include "hw/hw.h" +#include "hw/isa.h" +#include "hw/pc.h" #include "sysemu/kvm.h" -#include "qdev.h" +#include "hw/qdev.h" //#define VMPORT_DEBUG |