AFAICT '#include sys/types.h' is not needed for these files.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 5 May 2012 20:51:14 +0000 (20:51 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 5 May 2012 20:51:14 +0000 (20:51 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@42443 f5534014-38df-0310-8fa8-9805f1628bb7

86 files changed:
summary.c
ui/cli/tap-afpstat.c
ui/cli/tap-ansi_astat.c
ui/cli/tap-camelcounter.c
ui/cli/tap-dcerpcstat.c
ui/cli/tap-expert.c
ui/cli/tap-gsm_astat.c
ui/cli/tap-h225counter.c
ui/cli/tap-h225rassrt.c
ui/cli/tap-hosts.c
ui/cli/tap-icmpv6stat.c
ui/cli/tap-mgcpstat.c
ui/cli/tap-protocolinfo.c
ui/cli/tap-protohierstat.c
ui/cli/tap-radiusstat.c
ui/cli/tap-sctpchunkstat.c
ui/cli/tap-sipstat.c
ui/cli/tap-sv.c
ui/cli/tap-wspstat.c
ui/gtk/afp_stat.c
ui/gtk/camel_counter.c
ui/gtk/camel_srt.c
ui/gtk/capture_dlg.c
ui/gtk/capture_info_dlg.c
ui/gtk/conversations_eth.c
ui/gtk/conversations_fc.c
ui/gtk/conversations_fddi.c
ui/gtk/conversations_ip.c
ui/gtk/conversations_ipv6.c
ui/gtk/conversations_ipx.c
ui/gtk/conversations_jxta.c
ui/gtk/conversations_ncp.c
ui/gtk/conversations_rsvp.c
ui/gtk/conversations_sctp.c
ui/gtk/conversations_tcpip.c
ui/gtk/conversations_tr.c
ui/gtk/conversations_udpip.c
ui/gtk/conversations_usb.c
ui/gtk/conversations_wlan.c
ui/gtk/diameter_stat.c
ui/gtk/dissector_tables_dlg.c
ui/gtk/drag_and_drop.c
ui/gtk/edit_packet_comment_dlg.c
ui/gtk/expert_comp_dlg.c
ui/gtk/fc_stat.c
ui/gtk/funnel_stat.c
ui/gtk/gsm_map_summary.c
ui/gtk/gtp_stat.c
ui/gtk/gui_stat_util.c
ui/gtk/h225_counter.c
ui/gtk/h225_ras_srt.c
ui/gtk/hostlist_eth.c
ui/gtk/hostlist_fc.c
ui/gtk/hostlist_fddi.c
ui/gtk/hostlist_ip.c
ui/gtk/hostlist_ipv6.c
ui/gtk/hostlist_ipx.c
ui/gtk/hostlist_jxta.c
ui/gtk/hostlist_ncp.c
ui/gtk/hostlist_rsvp.c
ui/gtk/hostlist_sctp.c
ui/gtk/hostlist_tcpip.c
ui/gtk/hostlist_tr.c
ui/gtk/hostlist_udpip.c
ui/gtk/hostlist_usb.c
ui/gtk/hostlist_wlan.c
ui/gtk/io_stat.c
ui/gtk/ldap_stat.c
ui/gtk/mac_lte_stat_dlg.c
ui/gtk/main_welcome.c
ui/gtk/manual_addr_resolv.c
ui/gtk/mcast_stream.c
ui/gtk/megaco_stat.c
ui/gtk/mgcp_stat.c
ui/gtk/mtp3_summary.c
ui/gtk/ncp_stat.c
ui/gtk/packet_win.c
ui/gtk/radius_stat.c
ui/gtk/rlc_lte_stat_dlg.c
ui/gtk/rtp_stream.c
ui/gtk/sctp_chunk_stat.c
ui/gtk/smb2_stat.c
ui/gtk/smb_stat.c
ui/gtk/summary_dlg.c
ui/gtk/tap_param_dlg.c
ui/gtk/wlan_stat_dlg.c

index 1f92df8e399a33e1c5f519eaed935fc8c70b767b..844573b8ac3683be10a09f14c29f697005454ac3 100644 (file)
--- a/summary.c
+++ b/summary.c
@@ -26,9 +26,9 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
+//#ifdef HAVE_SYS_TYPES_H
+//#include <sys/types.h>
+//#endif
 
 #include <epan/packet.h>
 #include "cfile.h"
index e1960f474daf664110914f92565a077b23d5ac14..e89924e077dc3402764759acb683be772c3766a9 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include <epan/packet_info.h>
 #include <epan/tap.h>
index ee368abb748bd4a76bcfc35bddd0c2449667d7cb..8225a964d7e8692c7c76de23f2cc1d9de6373653 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include "epan/value_string.h"
index c922f198606c53084c62b2c2a98dba974a9d9484..e8ae8649d75fb3a69381b80072a5165636b6307b 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet.h"
 #include "epan/packet_info.h"
index 5fea8fc085f131fe5e4b3ce33e4689d1785b6c09..14cebcb41eb998c96ba99ee38431babff3b36ad3 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index c32e93c97d1781c9d179705be553c0511974b57f..df9a5f8ec0a3fef9f754f34f84b51eeee569c5a3 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <string.h>
 #include <epan/packet.h>
 #include <epan/packet_info.h>
index b84e377dfb06572a1c49dc0abf19109f79a81893..e5b9e2cd48107a37f023c21cdcf86acde3902b34 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include "epan/value_string.h"
index 6076f1c22534ff43a95d5389fd37eedc9755a354..d8baf0d4856c81cd105316e751d0c4c86fbe64d1 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet.h"
 #include "epan/packet_info.h"
index a0c6d8e37e85c82e4dd759a81640e3c3dc574bc8..bc4ad4a33d76d0b5f36e2e79f02ebf8478102179 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet.h"
 #include "epan/packet_info.h"
index a840932782ef8851a938402934d974f303cec311..59843359c8384b65c74062c8e9efe227a79ff462 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include "globals.h"
index b2431d0aadef7675e5661c71154fe88d95d949ad..751e8cae8949f72a9dd301a851c44efff28b79b6 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index f5b0b1ee7995aefe9e01c1a9a3e8a023403783bf..333d6f9dabb18355a3addf9e1b25c3ccd98d5843 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index a3f2b3766625ed04398c4cbe6f73961d3958d890..ba8475cbfc7845521dd6502db497d6a0723fefff 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/epan_dissect.h"
 #include "epan/column-utils.h"
index 89eac20d1c3b559c5ff0ed8f287699fab6e30edf..c79a626ce947609765233efb96b1b75b906aec0d 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include "epan/epan_dissect.h"
index dd44e87c24a93ba8cca8033fad8aa5cd838dcd9d..0e197e51c6f3970d2efac7761358226d5d52c304 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index fcb82852408b0ebb2404adc563b8f2ee53fac142..d83d83c24de06496a70c87d2390352afffb7a99c 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include "epan/addr_resolv.h"
index b8273219baef0d3dc8da84210d0cfc214bef3f55..102f37470efe0542e92a20620018ce4673dcb57b 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index db3f84f8f8f409a27fd204b0084ff8e21b4cd2dd..318efb36c49da2e794b632aff284930709edaa4e 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include <epan/packet_info.h>
 #include <epan/tap.h>
index 40bce6cefc203a75a788073085c14ce9b37de472..4cc910175794e4a2373c4f0b52459b5538546a29 100644 (file)
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include "epan/packet_info.h"
 #include <epan/tap.h>
index 1b9fbd5f37045d6d9f8c0dcedda5bd8af49dfe51..d177a1f8c7c3b6ce479ca84b2503ec5b9cef6a0d 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index d169f9db59fd69620c60a36a3ba631332141d9c6..a2bf30f5ff5246535516788823ad2acb2babbcb3 100644 (file)
@@ -27,9 +27,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 
 #include <string.h>
 #include <gtk/gtk.h>
index 2006f11a0ef0e22a8722ed0747ecb84dd61ba1a7..eaa4b854350b104ee3fcb0f514d25bacce47ca96 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include <gtk/gtk.h>
 
index ad4d7034fe0ecfcbfa5d866e4463cb1208ef99ca..c9b21748ba0f08361dbbf7f3933110a70ee7f39f 100644 (file)
 
 #ifdef HAVE_LIBPCAP
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <stdio.h>
index d99724fc510cc87d39ef3b2920b196f1a32d8fbf..d4549b786985e9ae2dc13b806f90b7e25c0b59e0 100644 (file)
 
 #ifdef HAVE_LIBPCAP
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 #include <time.h>
 
index 336578d2f08a65dda9ed9956ffb92f5c8a94677c..4c4dd2c4a5b207581677e5b76f9a52b4b874e4e4 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index f1e0b3c58f7dde617ef50662ee77f52176de525f..f8e0ec699742662dda00c052c44dbe3064bc1c94 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index fcd721b6a1906feb09bf71ae95528ee60ed567bb..4df9e3d2383e5c6d5458c338fe44a4acddd9c011 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index d77fb5c6a8e1b2ed61f98277b38cd308f9cb764d..2815c74e7bb8f98cecf89485e5cdb221cfcbfab0 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 83e9585e4234da15b902b08c9414e3b95f33faf9..f5fb8ad7052bc9baadc73a19b39d585b4a8a7853 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 481e5a6d48694df22aff089bef91a86f34418d5d..ff29ac79a8e07e6c2cfc8ad8efb8bda8e339e017 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index e56ac0e1181a48a5926dc9f57a21f30d32d3e8c6..60bb201cf7691d3b1a91921fba788e9c8686777f 100644 (file)
@@ -27,9 +27,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 058da489ab2f76ce0460c397499d23ee9147cc32..0222daf59bc15a064c41e328f2d63ce20c19a5bd 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index a5ddf2b3c8ceb0a84501a53c01db41e0c7cebb5f..7e03c60e62275fe075928151b7378c144fa38523 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index e7c5379ea5e19bfe32f0e371c67d0792541dad71..d26069e15ef801175d499f8b9d82e23b7cd39fad 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index ce5f02b65a6be1f6811bd0bb3c30c773d7af06a1..8f0af74cb5c2dab6009d65a56af31cce64eb72ed 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 13f8306872017b5cab2fb1f663f205d895d6f727..15ef86492d35d19d8369b22c3cd3393df9558ec4 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 34360c0376525931ba6ce344a5c9c543396be07d..b2fa88dddaf59554620ff82b5943fe2fb7d5175e 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 2bd4af3c5aa2e46fc85641ad649c513c1f626eed..de072bf9468ae3acebdd4c20ff2650908a085eeb 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index b4579cfbe1d2140cc142ba6992d3fd7da2e96d4b..6e03b7ac6a754e6eca3d8a559bcacba7437d29f4 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 03febb3ad41943b65be33d900d54c7114ffe5061..2890de18d0dc1f9beedccab97a72b4e07f3d9bf3 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 1e81a8a485a25bc713fc28853ad7a445735ce17b..7fe4783cc2b7c874ef09991d66361b3275539699 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <glib.h>
index a9237cf2c9b47842aa6669fdac6bfd0295955372..5db1be8a34ffcb1edecd2919a2209ecc2aad67ce 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 #include <stdio.h>
 
index 7641e25b74cf43d564cdec21c597cb62c2c4fe9c..bbd611af4beecdb595fd355060efdc20e7ce791a 100644 (file)
@@ -27,9 +27,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index e596fdba80b076b4843b0720940dd6a0f60d5b36..00a0041eff0b4ab8836571dfa41340442741a7a1 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 3d0b321943631a57213ca316810b85718eca2f2b..97ba070260c7b854d58f04a0adf58d5d32e0627e 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 538e854b7cfc74528e77c1678c577425d6c6a4c5..80abf99084ee3e58d2d75d1482e116e23a6ef172 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <stdio.h>
 #include <string.h>
 
index 940f4e9fa2def48146a2678866472b42beb3c517..535ef007aee4e8bf928f59a50af0e9473d823509 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <gtk/gtk.h>
 
 #include <wiretap/wtap.h>
index 357b369b0e016b83c3461f0c35d1084e2208a840..c603b1693ac3a91af1b0fad1c6c9b70fca75f7d1 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index db94cbf79d7120622ad18233912c9de120aa1e05..c13637ad597da70855c799eed67d217bee360599 100644 (file)
@@ -29,9 +29,6 @@
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index b8651d415aa0b634e57288ba0fc003520de06656..92445ed42ba6f4edf59b9e85ab6286bf565d3647 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 64c34dee0c2526ec3613581bdd8e0856d15810be..66592b9ec837b212592b341e9a8e3e50a44a4643 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 9bc195e449318069c6137f59eb7cc50e077bd230..28222c0f89e1f9a1d120e18e930a5d312ab6b11e 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index f60bf9106378723369c8e79cb37dc977d141e8ee..f91733ffa31a96130f2ee40348316a8938cba193 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 6a01134d7f192b884d11bf392a498f99106c85a8..a0e2a1c37cbed727e68d9c77eba3c012297f7fa9 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 7d7ac874df52ecaacdde08b0971a81db9e930e60..98a788eaad7d7f793b2e2c6210f423abe3a50849 100644 (file)
@@ -28,9 +28,6 @@
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index fe0991999ca2fec7f2b9327b39137efe4dc9d5ed..e20746bd7a1a71b1330c944e1fe1b2cd5499262c 100644 (file)
@@ -29,9 +29,6 @@
 
 #include <stdio.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 802c055ac2f5532fb2fbad788f576cfcf26ab95f..71a37e7c25bb8eed703f859ad55036e3994f7247 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 95c0f517c84fa39afe7726d3135727ec03b765ec..9dc9158ea85980e3b463ab4bb3a93eac1c7ba0c9 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 2a03d780d316a92a7e2b0247e9432fbb458cc280..1f9cd71703f8a98fa643fbb81c0f031594268733 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index ccbe88cb3720c1620089a924c5f16779381258d3..6c4629f53b7b75ad41dd987118676176ff537f47 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <gtk/gtk.h>
 
 #include "epan/packet.h"
index 132e831a93cbe9cd35946844242d3fe6c14d7390..c6231b719bf609355b2aa5fb3ff12dbcbb3b1864 100644 (file)
@@ -25,9 +25,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index e7aec10e9aaadfa3a7da6daaddda9835ccba97cc..ba8537b28e336c9380acb0085b4d14eb702c7109 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index a9ce34a13db9f375bb8a4e7885a24cfdee3ae75d..4ba5dfbbbf090e015112e1446cde1c1fe00cb03d 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 4d88452bf648cfdd19ca821a9cccfdc8e95fe9d5..ee83ae60102284f9fd2ab88fc254fab7b5c14660 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 873cea941e9df539f58f8e9d066a3de18acf2364..ccc385c182721a8dff7cddb8f557fd550215546d 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index d3b5f99a8151f1c8dde2a8661f5e8af38b170290..a4da958da44fbb08d452ecc5cdc388febb613363 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index d590e9810712d9f3405d8e0031b81126517aaf7a..7b2ee8e2cfb06c73f262decd721cf6d17919b6e2 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
index 8d17238314fd2a2a4bb74286ad71281a76f1718f..efb99a0d185409e1c04cd7b5ea9404c76285dec0 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 971a489d63e73e46ef75f557341439e19f72e1f3..318358d34015c61e997812790445a77f90aca196 100644 (file)
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 22198917bc8c35207ee0a545b02d95c70f9b09f7..836750c085cdcd106c16843048373fd831be3618 100644 (file)
@@ -25,9 +25,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <time.h>
 
 #include <gtk/gtk.h>
index 3d7eb1763c33f8a4d2f26f1e78136d22746af119..0472c9ab6fcc31c865369d46b7b88006badd4752 100644 (file)
@@ -27,9 +27,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 61b67b19bc5d61559760d350b323d15adaec8edc..1e5ca4a85eacbca2a103dead58f963b6d92553bb 100644 (file)
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <glib.h>
 
 #include <stdio.h>
index 9d8a1637f285516fbe7bfaa927d90038b08f2598..4c59795b52cfe2cb5ce1980d20902fddc27299ed 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 462848e0da54d8011eaabe60fd13686207aac54a..00da5a50d3df161053d2e85793517d3936aaf06f 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 95cf293f3fe774eaecfc1b29ede9cb7f21d4da6f..e9bd3f06b9e7d97b21c8a21d4fed8f4bf15c62db 100644 (file)
@@ -31,9 +31,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 3d582f2eb0252cd3a4591146d09e0cac401dec6a..af816786144445f49be88c6373ea126a1cd1a949 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 03d97058099f9d67fad1142a29bc23ef2811d32f..93d896a9700ee72c38091a8e386e06837149e894 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #if GTK_CHECK_VERSION(3,0,0)
index e7b47f018d2f52ff4a22a984af062aff84775692..0c377b351ccb02fe2612aca4af30d61c0ec12f47 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index bb1e6d81480738f781a57b08b2931676a9c9cb7b..2972305312aa7706d7b4934c8186e6edf7bc95c3 100644 (file)
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
 #include <string.h>
 
 #include <gtk/gtk.h>
index 5498e0d68dc8bb021ab31f5c7fe07b751621cefd..7950779091133c3fd9514e4487930c485a20aa8f 100644 (file)
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-
 #include <epan/epan.h>
 #include <epan/packet.h>
 #include <epan/tap.h>
index b5cca831f0f03a9b1c53a62461fa3224864e2f7b..542017b4f85156e6b87bd2c962832dd570f5cc67 100644 (file)
@@ -29,9 +29,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index f8e7a6532ad0530e8ed003a1041410c8d46433a3..6c491cd2b10817a7f715c20c12ebd1922988837a 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index f9e08451982fb03aebbe1abd78282f3c962a36e3..a7ceb37ef236638e2594d29c361dadef99c52a33 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>
index 07c27300e2ef756372d95a2c044426cbaa65f501..690eee669c830cebb362a7d5750a55447e918e3d 100644 (file)
@@ -26,9 +26,6 @@
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 #include <time.h>
 
index 139f1424acbf789fe99deac5e19fa1fc53c9b78e..d8da0d3e9007072c102b9fc3dab7bc4f73735a0b 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <gtk/gtk.h>
 
 #include <epan/stat_cmd_args.h>
index 2c82124315cdb7ef355209a5b2a89c799a4c803c..777fb4fe9d8bd1309029c0fbb08731255c528d01 100644 (file)
@@ -27,9 +27,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
 #include <string.h>
 
 #include <gtk/gtk.h>