mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Use only the header files that we need
This commit is contained in:
parent
a6057b4cbc
commit
03346742c0
@ -1,4 +1,4 @@
|
||||
#include "etherboot.h"
|
||||
#include "string.h"
|
||||
#include "io.h"
|
||||
#include "timer.h"
|
||||
#include "eisa.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "etherboot.h"
|
||||
#include "string.h"
|
||||
#include "isa.h"
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include "etherboot.h"
|
||||
#include "stdint.h"
|
||||
#include "byteswap.h"
|
||||
#include "console.h"
|
||||
#include "isa_ids.h"
|
||||
|
||||
/*
|
||||
|
@ -33,7 +33,7 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "string.h"
|
||||
#include "timer.h"
|
||||
#include "io.h"
|
||||
#include "isapnp.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "string.h"
|
||||
#include "io.h"
|
||||
#include "mca.h"
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include "etherboot.h"
|
||||
#include "stdint.h"
|
||||
#include "string.h"
|
||||
#include "console.h"
|
||||
#include "pci.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user