summaryrefslogtreecommitdiff
path: root/ui/gtk/compare_stat.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 00:18:44 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 00:18:44 +0000
commit74dc568ef1759e783f20c3107624a9d39cb0f539 (patch)
tree3f7a79dbc0f946aca6a4b614b299d9b956679f06 /ui/gtk/compare_stat.c
parente101fe1160afa2f837f12c24a80e729a89930b65 (diff)
downloadwireshark-74dc568ef1759e783f20c3107624a9d39cb0f539.tar.gz
As pointed out by Guy: timestats uses packet_info so it belongs in epan
not wsutil. svn path=/trunk/; revision=50159
Diffstat (limited to 'ui/gtk/compare_stat.c')
-rw-r--r--ui/gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index c6f483e5c6..839fc2e997 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -54,7 +54,7 @@
#include <epan/in_cksum.h>
#include "../stat_menu.h"
-#include "wsutil/timestats.h"
+#include "epan/timestats.h"
#include "ui/simple_dialog.h"