aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.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 /epan/to_str.h
parent847fbeefdbf5ce18c00a2fa8a48e3095b641283f (diff)
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 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index a353304a3d..3e2f137ab9 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -27,7 +27,7 @@
#include <glib.h>
-#include "nstime.h"
+#include "wsutil/nstime.h"
#include "time_fmt.h"
#include <epan/packet_info.h>
#include "ws_symbol_export.h"