]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i8259.c
hw: move headers to include/
[mirror_qemu.git] / hw / i8259.c
index 54fe14447b767d9a0a0795021dc2aaa12ecebe16..ce14bd0f947bfe49de9c4fd9e07df5e94aa6f010 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "hw.h"
-#include "pc.h"
-#include "isa.h"
+#include "hw/hw.h"
+#include "hw/i386/pc.h"
+#include "hw/isa/isa.h"
 #include "monitor/monitor.h"
 #include "qemu/timer.h"
-#include "i8259_internal.h"
+#include "hw/isa/i8259_internal.h"
 
 /* debug PIC */
 //#define DEBUG_PIC