Move #include <time.h> into wtap-int.h instead of requiring it in
authorGilbert Ramirez <gram@alumni.rice.edu>
Fri, 25 Aug 2000 21:25:43 +0000 (21:25 -0000)
committerGilbert Ramirez <gram@alumni.rice.edu>
Fri, 25 Aug 2000 21:25:43 +0000 (21:25 -0000)
every C file. I noticed this because of a build break of csids.obj on
Win32.

svn path=/trunk/; revision=2378

wiretap/ascend-grammar.y
wiretap/i4btrace.c
wiretap/iptrace.c
wiretap/lanalyzer.c
wiretap/netmon.c
wiretap/nettl.c
wiretap/netxray.c
wiretap/ngsniffer.c
wiretap/radcom.c
wiretap/wtap-int.h

index 033f1fcd953c125e9fd78f02e6b2901531d8e68c..8e5d0ced04f0cc99854cae4475f643aa5f6b3751 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* ascend-grammar.y
  *
- * $Id: ascend-grammar.y,v 1.13 2000/05/19 23:06:46 gram Exp $
+ * $Id: ascend-grammar.y,v 1.14 2000/08/25 21:25:36 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -51,7 +51,6 @@ WD_DIALOUT_DISP: chunk 2515EE type IP.
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <time.h>
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index e15d9f5cf7fbad5f5c77beed3bacf2aa70647fd7..12f8aef0eb48fcbabc056beabec038772aa2e6f8 100644 (file)
@@ -1,6 +1,6 @@
 /* i4btrace.c
  *
- * $Id: i4btrace.c,v 1.8 2000/07/26 00:20:08 guy Exp $
+ * $Id: i4btrace.c,v 1.9 2000/08/25 21:25:37 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1999 by Bert Driehuis <driehuis@playbeing.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"
index 91cffe0f9c89099e17c2a3286b2a80b6daebe18e..a1793b6a2307aa64363e4a862bb530e7d4318f5b 100644 (file)
@@ -1,6 +1,6 @@
 /* iptrace.c
  *
- * $Id: iptrace.c,v 1.29 2000/05/19 23:06:51 gram Exp $
+ * $Id: iptrace.c,v 1.30 2000/08/25 21:25:37 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -25,7 +25,6 @@
 #endif
 #include <stdlib.h>
 #include <errno.h>
-#include <time.h>
 #include <string.h>
 #include "wtap-int.h"
 #include "file_wrappers.h"
index 79242d00f9d99d542774ede82dfacfab955ec66f..bf2966fc82c5e65cbbf7746e01824a42781e43e6 100644 (file)
@@ -1,6 +1,6 @@
 /* lanalyzer.c
  *
- * $Id: lanalyzer.c,v 1.23 2000/05/19 23:06:52 gram Exp $
+ * $Id: lanalyzer.c,v 1.24 2000/08/25 21:25:38 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -25,7 +25,6 @@
 #endif
 #include <stdlib.h>
 #include <errno.h>
-#include <time.h>
 #include "wtap-int.h"
 #include "file_wrappers.h"
 #include "buffer.h"
index 0cc1dd3c2917357b1292536a71c5855342fe45b0..603982d8d0d13c19c618789b6fea99235bf54794 100644 (file)
@@ -1,6 +1,6 @@
 /* netmon.c
  *
- * $Id: netmon.c,v 1.31 2000/05/19 23:06:55 gram Exp $
+ * $Id: netmon.c,v 1.32 2000/08/25 21:25:39 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -24,7 +24,6 @@
 #include "config.h"
 #endif
 #include <errno.h>
-#include <time.h>
 #include <string.h>
 #include "wtap-int.h"
 #include "file_wrappers.h"
index cd57ef28890d46a381056f14ddc291fecaf9c3b4..3bd86d378e30192ce873a5c392457a2a7efcd797 100644 (file)
@@ -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"
index 786e89bcfe91357f434f1f613d4b7a6f319faacf..ed513be5f6aa2068a8a15716432cc451df8cce4a 100644 (file)
@@ -1,6 +1,6 @@
 /* netxray.c
  *
- * $Id: netxray.c,v 1.29 2000/06/24 05:32:47 guy Exp $
+ * $Id: netxray.c,v 1.30 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 <string.h>
 #include "wtap-int.h"
 #include "file_wrappers.h"
index bd10baf757b675823e36761331d90b1b0b5d397b..bd11b9253c3c76fcfef2afb0aeaa054094c7c680 100644 (file)
@@ -1,6 +1,6 @@
 /* ngsniffer.c
  *
- * $Id: ngsniffer.c,v 1.49 2000/08/12 07:12:46 guy Exp $
+ * $Id: ngsniffer.c,v 1.50 2000/08/25 21:25:41 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -61,7 +61,6 @@
 
 #include <stdlib.h>
 #include <errno.h>
-#include <time.h>
 #include <string.h>
 #include "wtap-int.h"
 #include "file_wrappers.h"
index 8dacf53650e2b06b7f022c8342e93aab3e600f8c..4d559fc4b366baeeb7463871d1f63e369a5ee204 100644 (file)
@@ -1,6 +1,6 @@
 /* radcom.c
  *
- * $Id: radcom.c,v 1.24 2000/07/26 00:20:07 guy Exp $
+ * $Id: radcom.c,v 1.25 2000/08/25 21:25:42 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"
index 55e652f4432c9b589fc8f8cc060fc79837c07703..a8742b1c385f4516d20e334de89c38675ece57b5 100644 (file)
@@ -1,6 +1,6 @@
 /* wtap-int.h
  *
- * $Id: wtap-int.h,v 1.6 2000/08/11 13:32:36 deniel Exp $
+ * $Id: wtap-int.h,v 1.7 2000/08/25 21:25:43 gram Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -38,6 +38,7 @@
 
 #include <glib.h>
 #include <stdio.h>
+#include <time.h>
 
 #ifdef HAVE_LIBZ
 #include "zlib.h"