aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/capture_file_dlg.c4
-rw-r--r--ui/gtk/export_sslkeys.c8
-rw-r--r--ui/gtk/fileset_dlg.c4
-rw-r--r--ui/gtk/firewall_dlg.c8
-rw-r--r--ui/gtk/follow_stream.c3
-rw-r--r--ui/gtk/follow_tcp.c4
-rw-r--r--ui/gtk/iax2_analysis.c8
-rw-r--r--ui/gtk/main.c4
-rw-r--r--ui/gtk/packet_panes.c8
-rw-r--r--ui/gtk/rtp_analysis.c8
10 files changed, 0 insertions, 59 deletions
diff --git a/ui/gtk/capture_file_dlg.c b/ui/gtk/capture_file_dlg.c
index 6d94cf796b..c93d5a6b36 100644
--- a/ui/gtk/capture_file_dlg.c
+++ b/ui/gtk/capture_file_dlg.c
@@ -22,10 +22,6 @@
#include "config.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#include <string.h>
#include <gtk/gtk.h>
diff --git a/ui/gtk/export_sslkeys.c b/ui/gtk/export_sslkeys.c
index a03fa71455..ca3f17515c 100644
--- a/ui/gtk/export_sslkeys.c
+++ b/ui/gtk/export_sslkeys.c
@@ -26,14 +26,6 @@
#include <string.h>
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#include <wsutil/file_util.h>
#include <wsutil/str_util.h>
diff --git a/ui/gtk/fileset_dlg.c b/ui/gtk/fileset_dlg.c
index 3b612c9401..44407865eb 100644
--- a/ui/gtk/fileset_dlg.c
+++ b/ui/gtk/fileset_dlg.c
@@ -24,10 +24,6 @@
#include <string.h>
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
#include <gtk/gtk.h>
#include <wsutil/filesystem.h>
diff --git a/ui/gtk/firewall_dlg.c b/ui/gtk/firewall_dlg.c
index 5d4ce3cb8a..8ec00efa6c 100644
--- a/ui/gtk/firewall_dlg.c
+++ b/ui/gtk/firewall_dlg.c
@@ -36,14 +36,6 @@
#include <string.h>
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#include <gtk/gtk.h>
#include <epan/packet.h>
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index 29445fc93c..f30e6648cf 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -23,9 +23,6 @@
#include "config.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
#include <string.h>
#include <gtk/gtk.h>
diff --git a/ui/gtk/follow_tcp.c b/ui/gtk/follow_tcp.c
index 1fa5f30ba8..aece6aabd6 100644
--- a/ui/gtk/follow_tcp.c
+++ b/ui/gtk/follow_tcp.c
@@ -25,10 +25,6 @@
#include <string.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#include <gtk/gtk.h>
#include <epan/follow.h>
diff --git a/ui/gtk/iax2_analysis.c b/ui/gtk/iax2_analysis.c
index 5f4178d98a..56a10f9770 100644
--- a/ui/gtk/iax2_analysis.c
+++ b/ui/gtk/iax2_analysis.c
@@ -38,14 +38,6 @@
#include <string.h>
#include <locale.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
#include <gtk/gtk.h>
#include <wsutil/file_util.h>
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index fc871d718b..29b665c743 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -36,10 +36,6 @@
#include <string.h>
#include <locale.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
diff --git a/ui/gtk/packet_panes.c b/ui/gtk/packet_panes.c
index 3c74b25dcb..6f78f8ef27 100644
--- a/ui/gtk/packet_panes.c
+++ b/ui/gtk/packet_panes.c
@@ -25,14 +25,6 @@
#include "config.h"
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#if GTK_CHECK_VERSION(3,0,0)
diff --git a/ui/gtk/rtp_analysis.c b/ui/gtk/rtp_analysis.c
index 695e405768..2d484ec0ef 100644
--- a/ui/gtk/rtp_analysis.c
+++ b/ui/gtk/rtp_analysis.c
@@ -37,14 +37,6 @@
#include <math.h>
#include <string.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
#include <gtk/gtk.h>
#include <wsutil/file_util.h>