From 9bcd04d0112b3325974504b698010138911fe3a7 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Tue, 16 Mar 2010 13:10:42 +0200 Subject: [PATCH] Coverity: remove useless glib/gprintf.h include Code checked with Coverity Prevent 4.5.1 - all checkers enabled, except secure coding & tainted string - user models: glib memory allocation & libpurple xmlnode_from_str() - derived models: Fedora 12 builds of glib2-2.22.4 & pidgin-2.6.5 RPMs This fixes 2 HFA warnings --- src/core/sipe-xml.c | 1 - src/purple/purple-debug.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/core/sipe-xml.c b/src/core/sipe-xml.c index f278d902..dfb7b561 100644 --- a/src/core/sipe-xml.c +++ b/src/core/sipe-xml.c @@ -28,7 +28,6 @@ #include "libxml/parser.h" #include "glib.h" -#include "glib/gprintf.h" #include "sipe-xml.h" #include "sipe.h" /* TEMPORARY: to include sipe-utils.h without errors */ diff --git a/src/purple/purple-debug.c b/src/purple/purple-debug.c index 88cc215a..e0a5dc95 100644 --- a/src/purple/purple-debug.c +++ b/src/purple/purple-debug.c @@ -23,7 +23,6 @@ #include #include "glib.h" -#include "glib/gprintf.h" #include "debug.h" #include "sipe-backend-debug.h" -- 2.11.4.GIT