summaryrefslogtreecommitdiff
path: root/ui/gtk/wlan_stat_dlg.c
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 /ui/gtk/wlan_stat_dlg.c
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 'ui/gtk/wlan_stat_dlg.c')
-rw-r--r--ui/gtk/wlan_stat_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/wlan_stat_dlg.c b/ui/gtk/wlan_stat_dlg.c
index 65b969e0da..e94e1d9f2d 100644
--- a/ui/gtk/wlan_stat_dlg.c
+++ b/ui/gtk/wlan_stat_dlg.c
@@ -37,7 +37,7 @@
#include "ui/simple_dialog.h"
#include "ui/utf8_entities.h"
-#include "../stat_menu.h"
+#include "ui/stat_menu.h"
#include "ui/gtk/gtkglobals.h"
#include "ui/gtk/dlg_utils.h"