diff options
Diffstat (limited to 'hw/ide')
-rw-r--r-- | hw/ide/macio.c | 6 |
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" |