Remove unused netdb.h #includes

Change-Id: Ia46903586219ee79210a980a04024af02acb0db0
Reviewed-on: https://code.wireshark.org/review/24189
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
João Valverde 2017-10-29 21:52:24 +00:00 committed by Michael Mann
parent d887d76f27
commit 3a1f958cf8
3 changed files with 0 additions and 12 deletions

View File

@ -63,10 +63,6 @@
#include "wsutil/wsgetopt.h"
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_LIBCAP
# include <sys/prctl.h>
# include <sys/capability.h>

View File

@ -22,10 +22,6 @@
#include "config.h"
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
#include <glib.h>
#include <epan/packet.h>

4
file.c
View File

@ -79,10 +79,6 @@
# include <netinet/in.h>
#endif
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
#ifdef _WIN32
# include <winsock2.h>
# include <ws2tcpip.h>