summaryrefslogtreecommitdiff
path: root/ui/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:09:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:11:10 +0000
commit43f09e67b4fcf83be61725c76755926500d5d9c3 (patch)
tree4a8ef497e53487a002f9c67c72dc7976226b651b /ui/gtk/rtp_stream_dlg.c
parent5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff)
downloadwireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.tar.gz
Remove unneeded includes from ui folder
Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/gtk/rtp_stream_dlg.c')
-rw-r--r--ui/gtk/rtp_stream_dlg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gtk/rtp_stream_dlg.c b/ui/gtk/rtp_stream_dlg.c
index 3b47b87eae..4df1879170 100644
--- a/ui/gtk/rtp_stream_dlg.c
+++ b/ui/gtk/rtp_stream_dlg.c
@@ -25,14 +25,11 @@
#include "config.h"
-#include <stdio.h>
#include <string.h>
#include <locale.h>
#include <epan/rtp_pt.h>
-#include <epan/address.h>
#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include "wsutil/filesystem.h"
#include "../globals.h"
@@ -43,15 +40,12 @@
#include "ui/util.h"
#include "ui/gtk/rtp_stream_dlg.h"
-#include "ui/gtk/gui_stat_menu.h"
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/file_dlg.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/gtkglobals.h"
#include "ui/rtp_stream.h"
-#include "ui/rtp_analysis.h"
#include "ui/gtk/stock_icons.h"
-#include "ui/gtk/old-gtk-compat.h"
static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse button, and then";
static const gchar FWD_ONLY_LABEL_TEXT[] = "Select a forward stream with Ctrl + left mouse button";