From 786316113a2ed693cdada9cd7abe9e0aefa93670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Tue, 17 Oct 2017 13:44:09 -0300 Subject: hw/ide: remove old i386 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and remove a duplicated include Signed-off-by: Philippe Mathieu-Daudé Acked-by: John Snow Signed-off-by: Michael Tokarev --- hw/ide/ahci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ide/ahci.c') diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index 373311f..451b18b 100644 --- a/hw/ide/ahci.c +++ b/hw/ide/ahci.c @@ -24,7 +24,6 @@ #include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/msi.h" -#include "hw/i386/pc.h" #include "hw/pci/pci.h" #include "qemu/error-report.h" -- cgit v1.1