david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove unused headers.

This commit is contained in:
Michael Brown 2007-06-11 23:40:34 +01:00
parent e708137029
commit 2d4c72b762
2 changed files with 2 additions and 4 deletions

View File

@ -8,10 +8,6 @@
*/
#include <stdint.h>
#include <gpxe/udp.h>
#include <gpxe/async.h>
#include <gpxe/retry.h>
#include <gpxe/buffer.h>
#define TFTP_PORT 69 /**< Default TFTP server port */
#define TFTP_DEFAULT_BLKSIZE 512 /**< Default TFTP data block size */

View File

@ -28,6 +28,8 @@
#include <gpxe/xfer.h>
#include <gpxe/open.h>
#include <gpxe/uri.h>
#include <gpxe/tcpip.h>
#include <gpxe/retry.h>
#include <gpxe/tftp.h>
/** @file