diff options
Diffstat (limited to 'hw/ioapic_common.c')
-rw-r--r-- | hw/ioapic_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ioapic_common.c b/hw/ioapic_common.c index 7dc552f..d4aff29 100644 --- a/hw/ioapic_common.c +++ b/hw/ioapic_common.c @@ -19,9 +19,9 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "ioapic.h" -#include "ioapic_internal.h" -#include "sysbus.h" +#include "hw/ioapic.h" +#include "hw/ioapic_internal.h" +#include "hw/sysbus.h" void ioapic_reset_common(DeviceState *dev) { |