diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-07-17 00:43:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-07-17 00:43:03 +0000 |
commit | 77fa06b8995c884495c533a3536eb252659d086c (patch) | |
tree | 550c80371da364fba5ba793670b539f31e29dd45 /packet-socks.c | |
parent | ca6badc579350a0736dae5bf95e06c6aae0bf1a7 (diff) | |
download | wireshark-77fa06b8995c884495c533a3536eb252659d086c.tar.gz wireshark-77fa06b8995c884495c533a3536eb252659d086c.tar.bz2 wireshark-77fa06b8995c884495c533a3536eb252659d086c.zip |
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
Diffstat (limited to 'packet-socks.c')
-rw-r--r-- | packet-socks.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-socks.c b/packet-socks.c index 2ec57fd5ed..f8e6099488 100644 --- a/packet-socks.c +++ b/packet-socks.c @@ -2,7 +2,7 @@ * Routines for socks versions 4 &5 packet dissection * Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com> * - * $Id: packet-socks.c,v 1.40 2002/06/07 11:37:05 guy Exp $ + * $Id: packet-socks.c,v 1.41 2002/07/17 00:42:42 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -67,10 +67,6 @@ #include <string.h> #include <glib.h> -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include <epan/packet.h> #include <epan/resolv.h> #include "alignment.h" |