]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of some unneeded #defines and #includes.
authorGisle Vanem <[email protected]>
Mon, 14 Sep 2015 19:07:44 +0000 (12:07 -0700)
committerGuy Harris <[email protected]>
Mon, 14 Sep 2015 19:07:44 +0000 (12:07 -0700)
commita979288a11762528e777e1df70946f382c650d3c
tree870dbae7011fca25d4f8db2e6fa161db7d0e6d47
parent5c72fe1e4f07598229e05118b032df5f7b1bc7ce
Get rid of some unneeded #defines and #includes.

Those lines are not needed since "netdissect-stdinc.h" has:

#include <winsock2.h>
#include <ws2tcpip.h>

This will ensure <winsock.h> is not included in a later <windows.h>.

SIZE_BUF is not used anywhere AFAICS.
tcpdump.c