From 5ba1adf267daacfffa5e9ec4700391b75984c1c1 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 9 Apr 2002 07:44:46 +0000 Subject: [PATCH] No UNIX-specific functions are used here, so there's no need to include . --- savefile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/savefile.c b/savefile.c index 7edf5b2..760e834 100644 --- a/savefile.c +++ b/savefile.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.58 2002-03-24 23:21:52 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.59 2002-04-09 07:44:46 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -42,7 +42,6 @@ static const char rcsid[] = #include #include #include -#include #include "pcap-int.h"