diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 20:31:18 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 20:31:18 +0000 |
commit | d91e0e350acaa2d7cdc5603f5c27657a87f7694c (patch) | |
tree | c64c4805801043958b42c5452039a09ec4aabaf7 /gtk/wsp_stat.c | |
parent | d5f1f86646cb48f0ab40991df4058c3da3379751 (diff) | |
download | wireshark-d91e0e350acaa2d7cdc5603f5c27657a87f7694c.tar.gz wireshark-d91e0e350acaa2d7cdc5603f5c27657a87f7694c.tar.bz2 wireshark-d91e0e350acaa2d7cdc5603f5c27657a87f7694c.zip |
move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main.c instead)
svn path=/trunk/; revision=24956
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r-- | gtk/wsp_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c index 2a3ef53ee3..58dc49cb04 100644 --- a/gtk/wsp_stat.c +++ b/gtk/wsp_stat.c @@ -42,7 +42,7 @@ #include "../globals.h" #include <epan/dissectors/packet-wsp.h> #include "../stat_menu.h" -#include "../tap_dfilter_dlg.h" +#include "tap_dfilter_dlg.h" /* used to keep track of the stats for a specific PDU type*/ typedef struct _wsp_pdu_t { |