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-isns.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-isns.c') diff --git a/epan/dissectors/packet-isns.c b/epan/dissectors/packet-isns.c index f68da333b9..163426b7a1 100644 --- a/epan/dissectors/packet-isns.c +++ b/epan/dissectors/packet-isns.c @@ -47,10 +47,6 @@ #include -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include #include #include "packet-tcp.h" -- cgit v1.2.3