summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-03-22 16:05:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-03-22 16:05:12 +0000
commit20c8fe0f7a749ccd1362b56166f01acdf3bc59f4 (patch)
tree6ad71b80911c1c6c64ecbd3e867b7e629ab1dba4 /gtk
parent4611533752f12ef02621c21ab308fffd69f8c76f (diff)
downloadwireshark-20c8fe0f7a749ccd1362b56166f01acdf3bc59f4.tar.gz
Copy expert_tapdata_t here so that expert_dlg.h is no longer needed.
svn path=/trunk/; revision=36251
Diffstat (limited to 'gtk')
-rw-r--r--gtk/expert_comp_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/expert_comp_table.h b/gtk/expert_comp_table.h
index 5196d7f596..c8a099e2c0 100644
--- a/gtk/expert_comp_table.h
+++ b/gtk/expert_comp_table.h
@@ -30,7 +30,8 @@
#include <gtk/gtk.h>
#include <epan/expert.h>
-#include <gtk/expert_dlg.h>
+
+typedef struct expert_tapdata_s expert_tapdata_t;
/** @file
* Helper routines common to all error statistics tap.