diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-07-03 13:30:12 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-07-03 20:30:42 +0000 |
commit | 1c297771c3039157cad8cf43344af0f6ae51146c (patch) | |
tree | 622ccb0134663a3e68263eec0c27026858e6b1d0 /ui/gtk/sctp_stat_dlg.c | |
parent | 7dd27dbff850bbfbd94806c2c549e9eebe1fa707 (diff) | |
download | wireshark-1c297771c3039157cad8cf43344af0f6ae51146c.tar.gz wireshark-1c297771c3039157cad8cf43344af0f6ae51146c.tar.bz2 wireshark-1c297771c3039157cad8cf43344af0f6ae51146c.zip |
Rename and move ui/stat_menu.h to epan/stat_groups.h.
The groups are, technically, independent of the notion of a menu, and,
if we have mechanisms by which taps that are not only GUI
toolkit-independent but independent of the *existence* of a GUI can be
registered, they might want to register themselves in a group just in
case they're running in a program that has a GUI.
Also, this might fix the Debian package build.
Change-Id: I29435681e79748fd4f2e0c5ac872cd11f831d172
Reviewed-on: https://code.wireshark.org/review/2830
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/sctp_stat_dlg.c')
-rw-r--r-- | ui/gtk/sctp_stat_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/sctp_stat_dlg.c b/ui/gtk/sctp_stat_dlg.c index c754e50c30..20cbade0a8 100644 --- a/ui/gtk/sctp_stat_dlg.c +++ b/ui/gtk/sctp_stat_dlg.c @@ -29,7 +29,7 @@ #include "epan/to_str.h" #include "../globals.h" -#include "ui/stat_menu.h" +#include <epan/stat_groups.h> #include "ui/gtk/gui_stat_menu.h" #include "ui/gtk/dlg_utils.h" |