summaryrefslogtreecommitdiffstats
path: root/src/net/ipv4.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 03:52:58 +0100
committerMichael Brown2007-01-10 03:52:58 +0100
commitcc9b32c405ef57f636f0b91c04edbbd7bcee68ef (patch)
tree505351279e137c24c0e85f9a2f63d34629bfa3e0 /src/net/ipv4.c
parentAllow udp_{send,sendto,sendto_via} to be called outside of the (diff)
downloadipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.tar.gz
ipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.tar.xz
ipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.zip
Remove uIP; we haven't used it for quite some time now.
Diffstat (limited to 'src/net/ipv4.c')
-rw-r--r--src/net/ipv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ipv4.c b/src/net/ipv4.c
index a1a2d360..9d972608 100644
--- a/src/net/ipv4.c
+++ b/src/net/ipv4.c
@@ -10,7 +10,6 @@
#include <gpxe/if_ether.h>
#include <gpxe/pkbuff.h>
#include <gpxe/netdevice.h>
-#include "uip/uip.h"
#include <gpxe/ip.h>
#include <gpxe/tcpip.h>