summary refs log tree commit diff stats
path: root/hw/ide/ahci.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-04-08 17:29:59 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-15 18:19:26 +0200
commit0bc3cd624f1d59456cad769bb07e84066a2ddaf9 (patch)
treef4ef49e589605b99ceb087941ea164203564694b /hw/ide/ahci.c
parentdccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 (diff)
downloadfocaccia-qemu-0bc3cd624f1d59456cad769bb07e84066a2ddaf9.tar.gz
focaccia-qemu-0bc3cd624f1d59456cad769bb07e84066a2ddaf9.zip
include: avoid useless includes of exec/ headers
Headers in include/exec/ are for the deepest innards of QEMU,
they should almost never be included directly.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ide/ahci.c')
-rw-r--r--hw/ide/ahci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c
index d0ae8afba2..3405583f59 100644
--- a/hw/ide/ahci.c
+++ b/hw/ide/ahci.c
@@ -29,7 +29,6 @@
 
 #include "monitor/monitor.h"
 #include "sysemu/dma.h"
-#include "exec/cpu-common.h"
 #include "internal.h"
 #include <hw/ide/pci.h>
 #include <hw/ide/ahci.h>