summaryrefslogtreecommitdiff
path: root/hw/i8259_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i8259_internal.h')
-rw-r--r--hw/i8259_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/i8259_internal.h b/hw/i8259_internal.h
index 8785b1da3f..2813ec1baa 100644
--- a/hw/i8259_internal.h
+++ b/hw/i8259_internal.h
@@ -25,9 +25,9 @@
#ifndef QEMU_I8259_INTERNAL_H
#define QEMU_I8259_INTERNAL_H
-#include "hw.h"
-#include "pc.h"
-#include "isa.h"
+#include "hw/hw.h"
+#include "hw/pc.h"
+#include "hw/isa.h"
typedef struct PICCommonState PICCommonState;