aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/graph_analysis.c27
-rw-r--r--gtk/voip_calls.c12
-rw-r--r--gtk/voip_calls_dlg.c3
3 files changed, 0 insertions, 42 deletions
diff --git a/gtk/graph_analysis.c b/gtk/graph_analysis.c
index 76342fef93..b9a45148ca 100644
--- a/gtk/graph_analysis.c
+++ b/gtk/graph_analysis.c
@@ -35,12 +35,6 @@
#include "graph_analysis.h"
#include <epan/epan_dissect.h>
-#include <epan/filesystem.h>
-
-#include "util.h"
-#include <epan/tap.h>
-#include "register.h"
-#include <epan/dissectors/packet-rtp.h>
/* in /gtk ... */
#include <gtk/gtk.h>
@@ -48,35 +42,14 @@
#include "dlg_utils.h"
#include "ui_util.h"
-#include "alert_box.h"
-#include "simple_dialog.h"
-#include "tap_menu.h"
#include "main.h"
-#include "progress_dlg.h"
#include "compat_macros.h"
#include "../color.h"
-#include <math.h>
-#include <fcntl.h>
-#include <string.h>
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_IO_H
-#include <io.h> /* open/close on win32 */
-#endif
-
-/* Win32 needs the O_BINARY flag for open() */
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
/****************************************************************************/
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 7ecba97c48..4ffa8f64d6 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -40,7 +40,6 @@
#include "graph_analysis.h"
#include "voip_calls.h"
#include "voip_calls_dlg.h"
-#include "rtp_stream.h"
#include "globals.h"
@@ -58,17 +57,6 @@
#include "alert_box.h"
#include "simple_dialog.h"
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#include <string.h>
-
-
char *voip_call_state_name[6]={
"CALL SETUP",
"IN CALL",
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index af7de06fad..20752fe292 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -58,9 +58,6 @@
#include <epan/to_str.h>
-#include <string.h>
-#include <ctype.h>
-
static const gchar FWD_LABEL_TEXT[] = "Select one call.";
/****************************************************************************/