summaryrefslogtreecommitdiff
path: root/epan/funnel.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-30 14:36:40 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-30 21:37:34 +0000
commit5e283865403d02c4a1139ad70eabeb2c35d6a88d (patch)
tree0a0770ffe72b2c47beb2662fd858644e27884ad3 /epan/funnel.h
parentf1ff6635a8356e0832350fd806cc3810132b2102 (diff)
downloadwireshark-5e283865403d02c4a1139ad70eabeb2c35d6a88d.tar.gz
Move stat_menu.h to libui.
Change-Id: I7bed7f7931845bc41035535cc62e1fe17c71047d Reviewed-on: https://code.wireshark.org/review/2726 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index f4f4adeab6..b2878427fa 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -27,7 +27,7 @@
#define _FUNNEL_H
#include <glib.h>
-#include "../stat_menu.h"
+#include "ui/stat_menu.h"
#include "ws_symbol_export.h"
typedef struct _funnel_progress_window_t funnel_progress_window_t ;