Remove unused c-ctype.h include

This commit is contained in:
Daniel P. Berrange 2008-07-25 16:19:00 +00:00
parent 9351cb0ab0
commit e8a84817d4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jul 25 17:17:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/xml.c: Remove now unused c-ctype.h include
Fri Jul 25 15:21:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/xml.c, src/xml.h: Take a virConnectPtr object as param

View File

@ -16,7 +16,6 @@
#include <stdarg.h>
#include <limits.h>
#include <math.h> /* for isnan() */
#include "c-ctype.h"
#include "internal.h"
#include "xml.h"
#include "buf.h"