apic.h is not needed for ioapic.cc
This commit is contained in:
parent
29f5a696fc
commit
30c63c773c
@ -369,7 +369,7 @@ ioapic.o: ioapic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../cpu/apic.h ioapic.h
|
||||
ioapic.h
|
||||
iodebug.o: iodebug.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -699,7 +699,7 @@ ioapic.lo: ioapic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../cpu/apic.h ioapic.h
|
||||
ioapic.h
|
||||
iodebug.lo: iodebug.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: ioapic.cc,v 1.48 2009-02-22 10:44:50 vruppert Exp $
|
||||
// $Id: ioapic.cc,v 1.49 2009-02-22 17:37:09 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -34,7 +34,6 @@
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
|
||||
#include "cpu/apic.h"
|
||||
#include "ioapic.h"
|
||||
|
||||
#define LOG_THIS theIOAPIC->
|
||||
|
Loading…
Reference in New Issue
Block a user