summaryrefslogtreecommitdiff
path: root/ui/gtk/service_response_time_table.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:02:20 +0000
commita441793cba1e5cb7567e08990e82bfb94f6764df (patch)
tree0b687809e250d7c4ef0445105e6e413b9fbf849b /ui/gtk/service_response_time_table.h
parent847fbeefdbf5ce18c00a2fa8a48e3095b641283f (diff)
downloadwireshark-a441793cba1e5cb7567e08990e82bfb94f6764df.tar.gz
Move a couple of time-related modules into wsutil.
A bunch of files didn't really need to include these header files so remove the include line rather than changing it. svn path=/trunk/; revision=50154
Diffstat (limited to 'ui/gtk/service_response_time_table.h')
-rw-r--r--ui/gtk/service_response_time_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/service_response_time_table.h b/ui/gtk/service_response_time_table.h
index 3907ac5de1..761ebd813a 100644
--- a/ui/gtk/service_response_time_table.h
+++ b/ui/gtk/service_response_time_table.h
@@ -28,8 +28,8 @@
#define __SERVICE_RESPONSE_TIME_TABLE_H__
#include <gtk/gtk.h>
-#include "epan/nstime.h"
-#include "../timestats.h"
+#include "wsutil/nstime.h"
+#include "wsutil/timestats.h"
/** @file
* Helper routines common to all service response time statistics tap.