aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-08 01:18:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-08 01:18:12 +0000
commit2720c2e78ce65d4b2c597fb57432eba48f0a5f34 (patch)
tree602d05878e492a5b1b4afaaf67e3a3809e8c0296 /capture_opts.c
parentc95922420c10f88c0a85d09607e13b02e5b7df0f (diff)
Prune some includes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32721 f5534014-38df-0310-8fa8-9805f1628bb7
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>