From 1c297771c3039157cad8cf43344af0f6ae51146c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 3 Jul 2014 13:30:12 -0700 Subject: 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 --- ui/gtk/mtp3_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/mtp3_stat.c') diff --git a/ui/gtk/mtp3_stat.c b/ui/gtk/mtp3_stat.c index cb1f61c9d8..925fde34c5 100644 --- a/ui/gtk/mtp3_stat.c +++ b/ui/gtk/mtp3_stat.c @@ -43,7 +43,7 @@ #include #include -#include "ui/stat_menu.h" +#include #include "ui/simple_dialog.h" #include "ui/gtk/gui_stat_menu.h" -- cgit v1.2.1