Vodz, last_patch_104
[oweals/busybox.git] / networking / udhcp / serverpacket.c
index e969c7af893d87019d95e170b9bce7f493d2794e..09682444ee9f2b47dbb876b99a150e124670dbb0 100644 (file)
 #include <string.h>
 #include <time.h>
 
-#include "packet.h"
-#include "debug.h"
 #include "dhcpd.h"
 #include "options.h"
-#include "leases.h"
+#include "common.h"
 
 /* send a packet to giaddr using the kernel ip stack */
 static int send_packet_to_relay(struct dhcpMessage *payload)
@@ -258,6 +256,3 @@ int send_inform(struct dhcpMessage *oldpacket)
 
        return send_packet(&packet, 0);
 }
-
-
-