summaryrefslogtreecommitdiffstats
path: root/hw/ide
diff options
context:
space:
mode:
authorAndreas Färber2013-01-24 00:03:54 +0100
committerAlexander Graf2013-01-25 22:02:53 +0100
commitbaec19105bb9824593bf6f37556302da2f67e583 (patch)
treead038708e074e68097c5060b4bdfc67e589eca90 /hw/ide
parentMerge remote-tracking branch 'bonzini/scsi-next' into staging (diff)
downloadqemu-baec19105bb9824593bf6f37556302da2f67e583.tar.gz
qemu-baec19105bb9824593bf6f37556302da2f67e583.tar.xz
qemu-baec19105bb9824593bf6f37556302da2f67e583.zip
ppc: Move Mac machines to hw/ppc/
Signed-off-by: Andreas Färber <afaerber@suse.de> [agraf: squash in MAINTAINERS fix] Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ide')
-rw-r--r--hw/ide/macio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c
index d8f9b4bce1..e0f04dc333 100644
--- a/hw/ide/macio.c
+++ b/hw/ide/macio.c
@@ -22,9 +22,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#include <hw/hw.h>
-#include <hw/ppc_mac.h>
-#include <hw/mac_dbdma.h>
+#include "hw/hw.h"
+#include "hw/ppc/mac.h"
+#include "hw/mac_dbdma.h"
#include "block/block.h"
#include "sysemu/dma.h"