diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-25 22:02:20 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-25 22:02:20 +0000 |
commit | a441793cba1e5cb7567e08990e82bfb94f6764df (patch) | |
tree | 0b687809e250d7c4ef0445105e6e413b9fbf849b /epan/proto.h | |
parent | 847fbeefdbf5ce18c00a2fa8a48e3095b641283f (diff) | |
download | wireshark-a441793cba1e5cb7567e08990e82bfb94f6764df.tar.gz wireshark-a441793cba1e5cb7567e08990e82bfb94f6764df.tar.bz2 wireshark-a441793cba1e5cb7567e08990e82bfb94f6764df.zip |
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/proto.h')
-rw-r--r-- | epan/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h index a05d43fe9d..e82747f9c8 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -46,7 +46,7 @@ #include <glib.h> #include "ipv4.h" -#include "nstime.h" +#include "wsutil/nstime.h" #include "time_fmt.h" #include "tvbuff.h" #include "ftypes/ftypes.h" |