Use only the header files that we need

pull/1/head
Michael Brown 2005-04-17 10:51:05 +00:00
parent a6057b4cbc
commit 03346742c0
6 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#include "etherboot.h" #include "string.h"
#include "io.h" #include "io.h"
#include "timer.h" #include "timer.h"
#include "eisa.h" #include "eisa.h"

View File

@ -1,4 +1,4 @@
#include "etherboot.h" #include "string.h"
#include "isa.h" #include "isa.h"
/* /*

View File

@ -1,4 +1,6 @@
#include "etherboot.h" #include "stdint.h"
#include "byteswap.h"
#include "console.h"
#include "isa_ids.h" #include "isa_ids.h"
/* /*

View File

@ -33,7 +33,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include "etherboot.h" #include "string.h"
#include "timer.h" #include "timer.h"
#include "io.h" #include "io.h"
#include "isapnp.h" #include "isapnp.h"

View File

@ -5,7 +5,7 @@
* *
*/ */
#include "etherboot.h" #include "string.h"
#include "io.h" #include "io.h"
#include "mca.h" #include "mca.h"

View File

@ -1,4 +1,6 @@
#include "etherboot.h" #include "stdint.h"
#include "string.h"
#include "console.h"
#include "pci.h" #include "pci.h"
/* /*