I don't see anything here requiring netinet/in.h, so don't include it.

Change-Id: Id024d7e2529a6eb9ca79ce8c3ea674a3c0795b85
Reviewed-on: https://code.wireshark.org/review/1030
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-04-08 12:25:49 -07:00
parent 834f5639a1
commit 6ae5747c09
1 changed files with 0 additions and 8 deletions

View File

@ -24,14 +24,6 @@
#include "config.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#include <epan/packet.h>
#include <epan/reassemble.h>
#include <epan/addr_resolv.h>