aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-08 01:18:12 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-08 01:18:12 +0000
commitdc09d61a923a2f01a1460b2c6775ad4f7c150c4f (patch)
tree602d05878e492a5b1b4afaaf67e3a3809e8c0296 /capture_opts.c
parent3debd13524941a684a288ead7f381c7e195c5f10 (diff)
Prune some includes.
svn path=/trunk/; revision=32721
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 54c328d070..96bec3c9af 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -35,30 +35,6 @@
#include <unistd.h>
#endif
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h> /* needed to define AF_ values on UNIX */
-#endif
-
-#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h> /* needed to define AF_ values on Windows */
-#endif
-
-#ifdef NEED_INET_V6DEFS_H
-# include "inet_v6defs.h"
-#endif
-
#include <glib.h>
#include <epan/packet.h>