projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
libnet: dhcp header file removed unneeded include
[barrelfish]
/
include
/
net
/
dhcp.h
diff --git
a/include/net/dhcp.h
b/include/net/dhcp.h
index
6a3822a
..
c8fbfc7
100644
(file)
--- a/
include/net/dhcp.h
+++ b/
include/net/dhcp.h
@@
-17,7
+17,6
@@
#define LIB_NET_INCLUDE_NETWORKING_DHCP_H_
#include <net/net.h>
-#include <lwip/ip_addr.h>
#define NET_CONFIG_IP_RECORD_FIELDS "{ ip: %d, gw: %d, netmask: %d }"
#define NET_CONFIG_CURRENT_IP_RECORD_FORMAT "net.ipconfig " NET_CONFIG_IP_RECORD_FIELDS