AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't needed.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 29 Dec 2011 20:44:19 +0000 (20:44 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 29 Dec 2011 20:44:19 +0000 (20:44 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40328 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dtls.c

index caf9895c29f46e12d03eb856e789acd3a4156e43..aa4871d7674209da4e4bf52935520c18dc8c8a75 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-
 #include <glib.h>
 
 #include <epan/conversation.h>
@@ -72,9 +60,6 @@
 #include <epan/emem.h>
 #include <epan/tap.h>
 #include <epan/reassemble.h>
-#ifdef NEED_INET_V6DEFS_H
-#include "wsutil/inet_v6defs.h"
-#endif
 #include "packet-ssl-utils.h"
 #include <wsutil/file_util.h>
 #include <epan/uat.h>