aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-08-25 21:25:43 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-08-25 21:25:43 +0000
commit4a3b77ba46fdb84a6104f732998b771b6664bb1e (patch)
tree62d00622e5191eec1fcaa8159694147116f86305 /wiretap/nettl.c
parent5429a55be3b32de094e761f3e45ada245a0423c6 (diff)
Move #include <time.h> into wtap-int.h instead of requiring it in
every C file. I noticed this because of a build break of csids.obj on Win32. svn path=/trunk/; revision=2378
Diffstat (limited to 'wiretap/nettl.c')
-rw-r--r--wiretap/nettl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index cd57ef2889..3bd86d378e 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -1,6 +1,6 @@
/* nettl.c
*
- * $Id: nettl.c,v 1.14 2000/07/26 00:20:08 guy Exp $
+ * $Id: nettl.c,v 1.15 2000/08/25 21:25:40 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <errno.h>
-#include <time.h>
#include "wtap-int.h"
#include "file_wrappers.h"
#include "buffer.h"