aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-17 00:43:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-17 00:43:03 +0000
commit77fa06b8995c884495c533a3536eb252659d086c (patch)
tree550c80371da364fba5ba793670b539f31e29dd45 /packet-gtp.c
parentca6badc579350a0736dae5bf95e06c6aae0bf1a7 (diff)
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-gtp.c')
-rw-r--r--packet-gtp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-gtp.c b/packet-gtp.c
index 1cd5e78813..7a55426ddc 100644
--- a/packet-gtp.c
+++ b/packet-gtp.c
@@ -4,7 +4,7 @@
* Copyright 2001, Michal Melerowicz <michal.melerowicz@nokia.com>
* Nicolas Balkota <balkota@mac.com>
*
- * $Id: packet-gtp.c,v 1.30 2002/05/29 07:35:54 guy Exp $
+ * $Id: packet-gtp.c,v 1.31 2002/07/17 00:42:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -43,10 +43,6 @@
#include <glib.h>
-#ifdef NEED_SNPRINTF_H
-# include "snprintf.h"
-#endif
-
#include <epan/packet.h>
#include "packet-ipv6.h"
#include "ppptypes.h"