diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2015-01-01 23:09:08 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2015-01-01 23:11:10 +0000 |
commit | 43f09e67b4fcf83be61725c76755926500d5d9c3 (patch) | |
tree | 4a8ef497e53487a002f9c67c72dc7976226b651b /ui/gtk/diameter_stat.c | |
parent | 5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff) | |
download | wireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.tar.gz wireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.tar.bz2 wireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.zip |
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/diameter_stat.c')
-rw-r--r-- | ui/gtk/diameter_stat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gtk/diameter_stat.c b/ui/gtk/diameter_stat.c index 1dd26e594f..f00ba17fdf 100644 --- a/ui/gtk/diameter_stat.c +++ b/ui/gtk/diameter_stat.c @@ -30,12 +30,9 @@ #include <gtk/gtk.h> #include <epan/packet_info.h> -#include <epan/epan.h> #include <epan/tap.h> #include <epan/dissectors/packet-diameter.h> -#include "../file.h" -#include <epan/stat_groups.h> #include "ui/simple_dialog.h" @@ -43,10 +40,8 @@ #include "ui/gtk/dlg_utils.h" #include "ui/gtk/service_response_time_table.h" #include "ui/gtk/tap_param_dlg.h" -#include "ui/gtk/gtkglobals.h" #include "ui/gtk/main.h" -#include "ui/gtk/old-gtk-compat.h" void register_tap_listener_gtkdiameterstat(void); |