aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-06 21:04:22 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-06 21:10:37 +0000
commit2256bbc14d3d529ba84b2931c02bfbabebe78323 (patch)
treee68f6d25048ac93c5a2aac505ab6801f4f9bfdb2 /ui
parent0cd28d043d8fac420f6d77a6d8b7c749aad11fc5 (diff)
Remove unused include header
Change-Id: Ia8d5da43b1ab2db3aa508863fc94ca758cdff37d Reviewed-on: https://code.wireshark.org/review/536 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/export_pdu_dlg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gtk/export_pdu_dlg.c b/ui/gtk/export_pdu_dlg.c
index d0deb92ea2..cc20b8aa5f 100644
--- a/ui/gtk/export_pdu_dlg.c
+++ b/ui/gtk/export_pdu_dlg.c
@@ -25,10 +25,7 @@
#include <gtk/gtk.h>
#include "globals.h"
-#include "wtap.h"
#include "pcap-encap.h"
-#include "version_info.h"
-#include "wsutil/tempfile.h"
#include <epan/tap.h>
#include <epan/exported_pdu.h>