From: Daniel P. Berrange Date: Fri, 25 Jul 2008 16:19:00 +0000 (+0000) Subject: Remove unused c-ctype.h include X-Git-Tag: LIBVIRT_0_4_6~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a84817d44186dde64989a83b4f8a9fd9851d8e;p=thirdparty%2Flibvirt.git Remove unused c-ctype.h include --- diff --git a/ChangeLog b/ChangeLog index be9ef4228c..4ebfe099ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 25 17:17:27 BST 2008 Daniel P. Berrange + + * src/xml.c: Remove now unused c-ctype.h include + Fri Jul 25 15:21:27 BST 2008 Daniel P. Berrange * src/xml.c, src/xml.h: Take a virConnectPtr object as param diff --git a/src/xml.c b/src/xml.c index 14097432c8..f7813ad370 100644 --- a/src/xml.c +++ b/src/xml.c @@ -16,7 +16,6 @@ #include #include #include /* for isnan() */ -#include "c-ctype.h" #include "internal.h" #include "xml.h" #include "buf.h"