mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
Use only the header files that we need
This commit is contained in:
@@ -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"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user