From 77fa06b8995c884495c533a3536eb252659d086c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 17 Jul 2002 00:43:03 +0000 Subject: From Joerg Mayer: dftest.c: Remove #if-0-ed includes packet-ieee80211.c, packet-wtls.c, packet-afp.c, packet-wsp.c, packet-wtp.c, ethereal_gen.py: Remove redundant include varargs (already in snprintf.h, and required only for snprintf.h) Remove unused include of snprintf.h from files not using "snprintf()". svn path=/trunk/; revision=5889 --- packet-mip.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packet-mip.c') diff --git a/packet-mip.c b/packet-mip.c index 67db1ba5e9..a3940d58db 100644 --- a/packet-mip.c +++ b/packet-mip.c @@ -2,7 +2,7 @@ * Routines for Mobile IP dissection * Copyright 2000, Stefan Raab * - * $Id: packet-mip.c,v 1.30 2002/05/01 08:17:09 guy Exp $ + * $Id: packet-mip.c,v 1.31 2002/07/17 00:42:41 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -42,10 +42,6 @@ #include #include -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include /* Initialize the protocol and registered fields */ -- cgit v1.2.3