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-rtps.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-rtps.c') diff --git a/epan/dissectors/packet-rtps.c b/epan/dissectors/packet-rtps.c index ac56796c1f..538e930a7c 100644 --- a/epan/dissectors/packet-rtps.c +++ b/epan/dissectors/packet-rtps.c @@ -40,10 +40,6 @@ # include "config.h" #endif -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include #include #include -- cgit v1.2.1