From 0dc9fb3d4ab00d14bf45c597471e10e601efd4d4 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 8 Aug 2005 18:50:39 +0000 Subject: various code cleanup: -use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants svn path=/trunk/; revision=15264 --- epan/dissectors/packet-ipdc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-ipdc.c') diff --git a/epan/dissectors/packet-ipdc.c b/epan/dissectors/packet-ipdc.c index adaefbc041..36f0681c2c 100644 --- a/epan/dissectors/packet-ipdc.c +++ b/epan/dissectors/packet-ipdc.c @@ -37,10 +37,6 @@ #include #include -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include #include "packet-ipdc.h" #include "packet-tcp.h" -- cgit v1.2.3