summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tftp.h
diff options
context:
space:
mode:
authorMichael Brown2007-06-12 00:40:34 +0200
committerMichael Brown2007-06-12 00:40:34 +0200
commit2d4c72b762fdb479e4f3a6897ac7463dd8f80e82 (patch)
treef68ed16325ffd9067f3f3a1a66527954bca5a531 /src/include/gpxe/tftp.h
parentDNS code now records a whole struct sockaddr for the name server. (diff)
downloadipxe-2d4c72b762fdb479e4f3a6897ac7463dd8f80e82.tar.gz
ipxe-2d4c72b762fdb479e4f3a6897ac7463dd8f80e82.tar.xz
ipxe-2d4c72b762fdb479e4f3a6897ac7463dd8f80e82.zip
Remove unused headers.
Diffstat (limited to 'src/include/gpxe/tftp.h')
-rw-r--r--src/include/gpxe/tftp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gpxe/tftp.h b/src/include/gpxe/tftp.h
index 87d629ee0..b6a8e22b4 100644
--- a/src/include/gpxe/tftp.h
+++ b/src/include/gpxe/tftp.h
@@ -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 */