aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/h225_ras_srt.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/h225_ras_srt.c
parente101fe1160afa2f837f12c24a80e729a89930b65 (diff)
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/h225_ras_srt.c')
-rw-r--r--ui/gtk/h225_ras_srt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/h225_ras_srt.c b/ui/gtk/h225_ras_srt.c
index 9b4b8b551c..20ab61edc6 100644
--- a/ui/gtk/h225_ras_srt.c
+++ b/ui/gtk/h225_ras_srt.c
@@ -36,7 +36,7 @@
#include <epan/tap.h>
#include <epan/dissectors/packet-h225.h>
-#include "wsutil/timestats.h"
+#include "epan/timestats.h"
#include "ui/simple_dialog.h"
#include "../file.h"
#include "../stat_menu.h"