summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list_store.c
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/packet_list_store.c
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/packet_list_store.c')
-rw-r--r--ui/gtk/packet_list_store.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/packet_list_store.c b/ui/gtk/packet_list_store.c
index d91fdd6033..c1e9a4c29c 100644
--- a/ui/gtk/packet_list_store.c
+++ b/ui/gtk/packet_list_store.c
@@ -45,7 +45,6 @@
#include <epan/epan_dissect.h>
#include <epan/column_info.h>
#include <epan/column.h>
-#include <epan/nstime.h>
#include "color.h"
#include "color_filters.h"