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 --- epan/funnel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/funnel.h') diff --git a/epan/funnel.h b/epan/funnel.h index b2878427fa..2b2282ab75 100644 --- a/epan/funnel.h +++ b/epan/funnel.h @@ -27,7 +27,7 @@ #define _FUNNEL_H #include -#include "ui/stat_menu.h" +#include #include "ws_symbol_export.h" typedef struct _funnel_progress_window_t funnel_progress_window_t ; -- cgit v1.2.1