only include sys.h once. Noted by Tom Barker

This commit is contained in:
jani 2004-03-09 14:03:11 +00:00
parent caf3c16826
commit 4ea55b1bbc

View File

@ -40,8 +40,6 @@
#include "lwip/ip.h"
#include "lwip/icmp.h"
#include "lwip/sys.h"
#include "lwip/err.h"
struct tcp_pcb;